BODY{
	color:black;
	background-color: #C0D0C0;
}
P{
	text-indent: 1em;
}
H1{
	text-align: center;
}
H2{
	background-color: #006600;
	color: white;
	border-style: none;
	border-width: thin;
	width: 100%;
}
H3{
	background-color: #66CC99;
	border-style: none;
	border-width: thin;
	width: 100%;
}
A{
	text-decoration:none;
        hover-color:  red;
}

<STYLE TYPE="text/css">
<!--
 A:hover { color: red }
-->
</STYLE>

