BODY, TD {
	font-family : "Comic Sans MS", sans-serif;
	font-size : 10pt;
	color : Navy;
}

A:link {
	text-decoration: none;
	color: silver;
}

A:visited {
	text-decoration: none;
	color: Teal;
} 


A:Hover {
	text-decoration: underline;
	color: Maroon;
	line-height : normal;
	outline : Blue;
	border-style : none;
}


body { color: red;
   background-color: black;
      background-attachment: fixed;
   font-family: "Comic Sans MS", sans-serif;
   font-size: 100%;
   text-align: center;
}



H1, H2, H3, H4 {
	font-variant: small-caps;
	background-color: inherit;
	color: Navy;
	padding: 4px;
	width: 100%;
	background : Silver;
}


HR {
	color: Silver;
	height: 1pt;
}

