body{
	font-family : Precision,Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 1em;
	color : #FFFFFF;
	background : #444444;
	border : ridge #770000;
	scrollbar-arrow-color : Red;
	scrollbar-base-color : Maroon;
	scrollbar-track-color : #A52A2A;
}

body.black{
	font-family :Precision, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 1em;
	color : White;
	background : #000000;
	border : none;
}

h1{
	font-family :Impact,Precision, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 2em;
	color : #cc0000;
	text-align : center;
	margin-top : 10px;
}

h2{
	font-family :Impact,Precision, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 1.5em;
	font-weight : bold;
	font-style : normal;
	color : #FfFfFf;
	text-align : center;
}

h3{
	color: #ffff00;
	font-style : normal;
	font-weight: bold;
	font-size : 1.3em;
	line-height : 1.3em;
	text-align : center;
}

h4{
	color: #ffff00;
	font-style : normal;
	font-weight: bold;
	font-size : 1em;
}

p{
	font-size : 1em;
	font-style : normal;
	font-weight : normal;
}

  p.foot{
	font-style : normal;
	font-size: .6em;
	background : #333333;
	border : thin ridge Maroon;
}

  td.foot{
	font-style : normal;
	font-size: .6em;
	background : #333333;
	border : thin ridge Maroon;
}

td{
	font-size : 1em;
}

td.high{
      background-color: #000000;
}

ul{
	list-style : square;
	list-style-type : square;
	font-size : 1em;
}

 a{
	text-decoration: none;
	color : White;
}

a.foot{
	color : White;
}

a:link{
	color: White;
	text-decoration: none;
}
    
a.foot:link{
	color:White;
	text-decoration: none;
}
	
 a:visited{
	color: White;
	text-decoration: none;
}

a.foot:visited{
	color:White;
	text-decoration: none;
}
 a:hover{
	color: Red;
	text-decoration: underline;
}

 a.foot:hover{
	color:#ff0000;
	text-decoration: none;
}

img{
	border : Maroon;
}
