a:link 
{ 
color: blue; 
text-decoration: underline; 
}
a:visited 
{
color: blue; 
text-decoration: underline;
}
a:hover 
{
color: red; 
text-decoration: underline; 
}
a:active 
{ 
color: blue; 
text-decoration: underline; 
}


a.1:link 
{ 
color: #000000; 
font-family: verdana; 
font-size: 12px; 
text-decoration: none; 
font-weight: normal 
}
a.1:visited 
{ 
color: #000000; 
font-family: verdana; 
font-size: 12px; 
text-decoration: none; 
font-weight: normal 
}
a.1:hover 
{
color: #37669C; 
font-family: verdana; 
font-size: 12px;  
text-decoration: none; 
font-weight: normal 
}
a.1:active 
{ 
color: #37669C; 
font-family: verdana; 
font-size: 12px; 
text-decoration: none; 
font-weight: normal 
}



a.2:link 
{ 
color: #000000; 
text-decoration: none; 
font-weight: bold; 
font-family: verdana; 
font-size: 12px;
}
a.2:visited 
{
color: #000000; 
text-decoration: none; 
font-weight: bold; 
font-family: verdana; 
font-size: 12px;
}
a.2:hover 
{
color: #99FFFF; 
text-decoration: none; 
font-weight: bold; 
font-family: verdana; 
font-size: 12px;
}
a.2:active 
{ 
color: #99FFFF; 
text-decoration: none; 
font-weight: bold; 
font-family: verdana; 
font-size: 12px;
}



a.footer:link 
{ 
color: #00FFFF; 
text-decoration: none; 
font-weight: normal; 
font-family: verdana; 
font-size: 10px;
}
a.footer:visited 
{
color: #00FFFF; 
text-decoration: none; 
font-weight: normal; 
font-family: verdana; 
font-size: 10px;
}
a.footer:hover 
{
color: #00FF00; 
text-decoration: none; 
font-weight: bold; 
font-family: verdana; 
font-size: 10px;
}
a.footer:active 
{ 
color: #00FFFF; 
text-decoration: none; 
font-weight: normal; 
font-family: verdana; 
font-size: 10px;
}
