.main
{ 
font-family: verdana;
font-size: 10pt;
font-style: normal;
color: #000000
}

a:link    /* unvisited link */
{font-family: arial;
 color: #808080;
 font-size: 10pt;
 text-decoration: underline;
 font-weight: bold}
a:visited    /* visited link */
{font-family: arial;
 color: #808080; 
 font-size: 10pt;
 text-decoration: underline;
 font-weight: bold}
a:hover    /* mouse over link */
{font-family: arial;
 color: #3CB3BE;
 font-size: 10pt;
 text-decoration: none;
 font-weight: bold} 
a:active    /* selected link */
{color: #808080;
 font-size: 10pt;
 text-decoration: underline;
 font-weight: bold}
