/* CSS Document */

a:visited{
font-family: Verdana, Arial, Century Gothic;
font-size:12px;
color: #127BBF;
text-decoration:underline;
}

.menu a:link{
font-family: Verdana, Arial, Century Gothic;
font-size:13px;
font-weight:bold;
color:#666666;
text-decoration:none;
}

.menu a:visited{
font-family: Verdana, Arial, Century Gothic;
font-size:13px;
font-weight:bold;
color:#666666;
text-decoration:none;
}

.menu a:hover{
font-family: Verdana, Arial, Century Gothic;
font-size:13px;
color:#003366;
text-decoration:none;
}