body
{
background-image:url('../images/spacer.gif');
margin:0px;
font-family: Arial, Verdana, sans-serif; 
font-size: 15px; 
color: #000000;
}

<!--
A:active  {text-decoration : none;color : NAVY;}
A:visited  {text-decoration : none;color : NAVY;}
A:link  {text-decoration : none;color : NAVY;}
A:hover  {text-decoration : underline;color : olive;}
-->

a.whiteLink:link { font-family: Arial;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
}

a.whiteLink:visited { font-family: Arial;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
	font-weight: normal;
}
a.whiteLink:hover { font-family: Arial;
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 10px;
	font-weight: normal;
}



a.mailLink:link { font-family: Arial;
	color: blue;
	text-decoration: none;
	font-size: 13px;
	font-weight: normal;
}

a.mailLink:visited { font-family: Arial;
	color: blue;
	text-decoration: none;
	font-size: 13px;
	font-weight: normal;
}
a.mailLink:hover { font-family: Arial;
	color: brown;
	text-decoration: underline;
	font-size: 13px;
	font-weight: normal;
}



/* ######### Default class for drop down menus ######### */

.anylinkmenu{
position: absolute;
left: 0;
top: 0;
visibility: hidden;

/* #########  BELOW border IS border around  ######### */
border: 1px solid black;

border-bottom-width: 1;

font: normal 11px Tahoma, Verdan, Helvetica, Sans-Serfif;

/* #########  line-height IS SUBMENU LINE HEIGHT  ######### */
line-height: 12px;

z-index: 94; /* zIndex should be greater than that of shadow's below */

/* #########  BELOW BACKGROUND IS SUBMENU MAIN COLOR  ######### */
background: white;

width: 92px; /* default width for menu */
}

.anylinkmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkmenu ul li a{
/* #########  BELOW WIDTH PERCENTAGE OF MOUSEOVER COLOR AND TEXT  ######### */
width: 100%;
display: block;
text-indent: 13px;

/* #########  BELOW border IS border around CELLS  ######### */
border-bottom: 0px solid black;


/* #########  PADDING around CELLS  ######### */
padding: 2px 0;

/* #########  BELOW text-decoration IS none or underline  ######### */
text-decoration: none;

/* #########  BELOW font-weight IS SUBMENU FONT WEIGHT  ######### */
font-weight: NORMAL;

/* #########  BELOW text-indent IS SUBMENU text-indent  ######### */
text-indent: 2px;
}

/*BELOW hover background color on mouseover*/
.anylinkmenu a:hover{ 
background: cornsilk;

/*BELOW text color color on mouseover*/
color: green;
}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkmenucols{
position: absolute;
width: 350px;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
padding: 10px;
font: normal 11px Tahoma, Verdan, Helvetica, Sans-Serfif;
z-index: 60; /*zIndex should be greater than that of shadow's below*/
background: #E9E9E9;
}

.anylinkmenucols li{
padding-bottom: 3px;
}

.anylinkmenucols .column{
float: left;
padding: 3px 8px;
margin-right: 5px;
background: #E0E0E0;
}

.anylinkmenucols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}



/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 93; /*zIndex for shadow*/
background: black;
visibility: hidden;
}


.menuanchorclass{
font: bold 11px Tahoma, Verdan, Helvetica, Sans-Serfif;
}
.menuanchorclass2{
font: bold 11px Tahoma, Verdan, Helvetica, Sans-Serfif;
}
