A:LINK {
 color : Blue;
 text-decoration: none
}

A:VISITED {
 color : Blue;
 text-decoration: none
}

A:HOVER {
 color : Blue;
 text-decoration : underline;
}

A:ACTIVE {
 color : Green;
 text-decoration: underline
}

body{font: 76% Verdana,Arial,sans-serif;background-color: #004080;color: #333}
h1,h2,h3{color: #39B9E6}
h1{font-size: 200%}
h2{font-size: 160%}
h3{font-size: 140%}
p{line-height: 1.5} 

