﻿body
{
    font-size: 10pt;
    font-family: Verdana;
}
a
{
    text-decoration: none;
    color: #006699;
}
a:link {
	
	text-decoration: none;
}
a:visited
{
    text-decoration: none;
   
}
a:hover
{
    text-decoration: underline;
    color: coral;
}
a:active {
	text-decoration: none;
	
}