Download the Lab2.html file and use the external CSS style (you could name the external CSS file as styles.css) to do the following:
- Make the font size of the whole page to be 75%
- Use the font families verdana, arial, sans serif for the whole page
- Make the back color of the page as lightgrey
- Make the foreground color of the whole page as blue
- Leave page margin of 70px
- Color the table header’s background as pink
- Use circle for unordered list and upper-roman for the ordered one
- Color the URL link by blue when un-visited
- Color the URL link by green when visited
- Set the hover pseudo class of the link to yellow color
- Set the active pseudo class of the link to red color and yellow background
After performing these styling, your page should look like the following figure:

