 BODY {
   background-color : #C0C0FF;
   color : #000000
}

 H1 {
	font-style : italic;
}

 ADDRESS {
   font-size : 13px   
}

 A:link {
	color : #0000FF;
	text-decoration : underline;
}

 A:visited {
   color : #800080;
	text-decoration : underline;

}

 A:active {
   color : #FF0080;
	text-decoration : underline;
}

 A:hover {
   text-decoration : underline;
}

.monospace {
	font-family : monospace;
}

