td {
color : white;
font-family : Verdana;
size : 2
}
a {
color : green;
text-decoration : none;
font-family : Verdana;
font-weight : bold;
font-size: 12;
}
a:active {
color : red;
text-decoration : none;
font-family : Verdana;
font-weight : bold;
font-size: 12;
}
a:visited {
color : yellow;
text-decoration : none;
font-family : Verdana;
font-weight : bold;
font-size: 12;
}
a:hover {
text-decoration : underline;
font-family : Verdana;
font-weight : bold;
font-size: 12;
}
a.toplink {
color : black;
text-decoration : none;
font-family : Verdana;
font-weight : bold;
font-size: 12;
}
a.toplink:active {
color : black;
text-decoration : none;
font-family : Verdana;
font-weight : bold;
font-size: 12;
}
a.toplink:visited {
color : black;
text-decoration : none;
font-family : Verdana;
font-weight : bold;
font-size: 12;
}
a.toplink:hover {
color : black;
text-decoration : underline;
font-family : Verdana;
font-weight : bold;
font-size: 12;
}
a.email:link {
color : white;
text-decoration : none;
font-family : Verdana;
font-weight : bold;
}
a.email:visited {
color : white;
text-decoration : none;
font-family : Verdana;
font-weight : bold;
}
a.email:active {
color : white;
text-decoration : none;
font-family : Verdana;
font-weight : bold;
}
a.email:hover {
color : white;
text-decoration : underline;
font-family : Verdana;
font-weight : bold;
}



