body
{
	background-color:mediumblue;
	color:Bisque;	
}

A:link {
    text-decoration:none;
    color:Bisque;
}

A:visited  {
    text-decoration:none;
    color:Bisque;
}

A:hover    {
    text-decoration:none;
    color:silver;
    font-weight:bolder
}
.focus   {
    text-decoration:none;
    color:MediumSpringGreen;
    font-weight:bolder
}
.leftLink   {
    text-decoration:none;
    color:bisque;
}


