#mainLink
{
 color: #000000;
 text-decoration: none;
 font-family: verdana;
 font-size: 13;
}

#mainLink:hover
{
 color: #333333;
 text-decoration: none;
 font-family: verdana;
}

#subLink
{
 color: #000000;
 text-decoration: none;
 font-family: verdana;
 font-size: 11;
}

#subLink:hover
{
 color: #333333;
 text-decoration: none;
 font-family: verdana;
}

#email:
{
 color: #000000;
 text-decoration: none;
 font-family: verdana;
 font-size: 13;
}

#email:hover
{
 text-decoration: underline;
}