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

