body {font-family: Verdana, Arial, Helvetica, sans-serif; 
margin-top : 0;
margin-left : 0;
background-color : white;
font-size : medium;
color: black;
}

.menuColor {font-size : small;   font-weight : bold;   background-color : yellow}
.linkColor {font-size : small;   font-weight : bold;   color:red;}
.boldYellow{font-size : medium;  font-weight : bold;   color : yellow;}
.copyRight {font-size : x-small; font-weight : normal; color : black}

a:link {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 13px;
font-weight : bolder
color : red;
text-decoration : none;
}
a:visited {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 13px;
font-weight : bold
color : #ff0000;
text-decoration : none;
} 
a:visible  {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 13px;
font-weight : bold
color : #ff0000;
text-decoration : none;
}
a:focus  {
font-size : 13px;
font-weight : bold
color : #0000ff;
text-decoration : none;
}
a:hover  {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 13px;
font-weight : bold
color : #ff0000;
text-decoration : underline;
}
a:active  {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 13px;
font-weight : bold
color : #ff0000;
text-decoration : none;
}



