a:link {
color : #5050a1;
text-decoration : none;
}
a:visited {
color : #5050a1;
text-decoration : none;
}
a:hover {
color : white;
text-decoration : underline;
}
a:active {
color : #5050a1;
text-decoration : none;
}
body {
font-family : Comic Sans MS;
font-size : 10pt;

}