/* CSS Document */


body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #990000;
	line-height: 20px;
}

.title{
	font-size: 12px;
	font-weight: bold;
	font-variant: small-caps;
}
body {
	background-color: #000000;
}
a:link {
	color: #990000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
}
a:visited {
	text-decoration: none;
	color:#990000;
}
a:hover {
	text-decoration: underline;
	color: #336633;
}
a:active {
	text-decoration: none;
}


.creamtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #D8C4AA;
	margin-left:15;
	 	margin-right: 15;
}
-->css for forms

form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #940808;
	background-color: #FFFFFF;
}

