body { margin-top: 0; margin-left: 0; background: #2C7DB8; color: #00000} 
h1 { font-family: Verdana, helvetica; font-size: 10pt} 
td { font-family: Verdana, helvetica; font-size: 8pt; color: black} 
A:link {text-decoration: none; color: black}
A:visited {text-decoration: none; color: black}
A:active {text-decoration: underline; color: black}
A:hover {text-decoration: underline; color: black}

<!-----This is our stylesheet, here we have defined BODY, H1, TD and LINKS----->

<!-----BODY: Here we set the top and left margins to "0", we also defines the background- and textcolor----->
<!-----H1: Here we set the fontfamily to Verdana and Helvetica size 10 points----->
<!-----TD: Here we set the fontfamily to Verdana and Helvetica size 8 points----->

<!-----LINKS:----->
<!-----LINK: Links are set to no textdecoration and yellow color----->
<!-----VISITED: Visited links are set to to no textdecoration and yellow color----->
<!-----ACTIVE: Active links are set to textdecoration underlined and yellow color----->
<!-----HOVER: The Hover settings are set to textdecoration underlined and yellow color----->

<!-----This stylesheet has been made of Magnus Falk, Patric Andersson and Emil Sridbeck----->

