

a:link 
{text-decoration: none;
color: rgb(120,120,120);
font-weight: bold;}

a:active 
{text-decoration: none;
color: rgb(120,120,120);
font-weight: bold;}

a:visited 
{text-decoration: none;
color: rgb(120,120,120);
font-weight: bold;}

a:hover 
{text-decoration: underline; 
color: rgb(063,145,214);
font-weight: bold;}


body 
{
background: #ffffff;
font-family: Helvetica, Arial, sans-serif;
color: rgb(120,120,120);
font-size: 14px;
margin-top: 0px;
line-height: 22px;

}






