 
<p>&nbsp;</p>
a:hover {  color: red}
a:link {  color: blue}
a:visited {  color: navy}
img {  border: blue; border-style: inset}
h1 {  font-family: "Courier New", Courier, mono; font-size: 36px; color: blue}
h2 {  font-family: "Courier New", Courier, mono; font-size: 24px; color: blue}
h3 {  font-family: "Courier New", Courier, mono; font-size: 18px; color: blue}
p {
	font-family: "Courier New", Courier, mono;
	font-size: 16px;
	color: #00F
}
body {
	background-color: #CCFFFF
}

