/* $Id: style.css,v 1.1 2007/04/23 07:46:06 jrothwei Exp $ */

h1 {
	font-size: 200%;
	/* color: rgb(0,0,0);*/
	/* background-color: rgb(0,255,0);*/
	color: darkred;
	background-color: lightgreen;
	/* text-transform: uppercase; */
}
hr {
	/* noshade;*/
	height: 4px;
	color: green;
	background: green;
}

/* H1 {color:maroon} */
H2 {color:blue}
H3 {color:magenta}
address {color:maroon}
