﻿body
{
 font-size:12px;
 font-family: Verdana;
 background-color:white;
 color: #000000;
}

A:link {
 color: Blue;
 text-decoration: none;
}

A:visited 
{
 color: Blue;
 text-decoration: none;	
}

A:hover {
 COLOR: Red;
 text-decoration: underline overline;
}

