
body {
   	background-color: #FFFFFF;
}

a:hover{
	color: #990000;
	font-size: 100%;
	text-decoration: underline;
}

a{
	color: #990000;
	font-size: 100%;
	text-decoration: none;
}


h1 {
	font-family: Courier New, Courier, mono;
	font-size: 90%;
/*	text-align: left; */
	font-style: italic;
	color: #990000;
	letter-spacing: .3em;
	text-transform: uppercase;
}

h5 {
	font-family: Courier New, Courier, mono;
	font-size: 100%;
	text-align: left;
	
	color: #990000;
}

p {
	color: #000000 ;
	font-family: Courier New, Courier, mono;
	font-size: 75%;
	font-style: normal;
}

#forms {
	color: #666666 ;
	font-family: Courier New, Courier, mono;
	font-size: 50%;
	font-style: normal;
}