Match correctly the following and choose the correct option.
`{:("Environment Protection Act ", "A, 1974"),("Air prevention and control of Pollution Act", "B. 1987"), ("Water Act", "C. 1986"), ("Amendment of Air Act to include noise", "D. 1981"):}`
The correct match is
A. `{:("A","B","C","D"),(3,4,1,2):}`
B. `{:("A","B","C","D"),(1,3,2,4):}`
C. `{:("A","B","C","D"),(4,1,2,3):}`
D. `{:("A","B","C","D"),(3,4,2,1):}`