
BODY   {
	font-size: x-small;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	margin-top : 0px;
	margin-bottom : 0px;
	margin-left : 7%;
	margin-right : 7%;
	background-color : Black;
}

A:LINK {
	color : White;
	text-decoration : none;
}

A:VISITED {
	color : white;
	text-decoration : none;
}

TD.nav {
      font-family : Arial,Helvetica,sans-serif;
      font-size : x-small; 
      height: 15;
 }

 TD.hd   {
	color: navy;
	font-style: normal;
	font-weight: bold;
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
	background-color: Yellow;
	text-align: center;
	height: 20
}

                                    

TD.subhd {
	font-size : x-small;
	text-align : center;
	color: Yellow;
	font-style : italic;
	font-weight : bold;
}


A:HOVER  {
	color: White;
	text-decoration: underline
}

TD.menu {
	font-size: xx-small;
	color : White;
	text-align : left;
}

TD.menusub {
	font-size: xx-small;
	color : White;
	margin-left : 10px;
	padding-left : 10px;
}

TD.menusubsub {
	font-size: xx-small;
	color : White;
	text-align : right;
	margin-right : 10px;
	padding-right : 10px;
}

