BODY {
	font-family : Verdana;
	color : Blue;
	background : gold url(img/bg.gif);
	margin : 0% 0% 0% 0%;
	background-color : Black;
	font-size : 10px;
}
TABLE {
	color: darkred;
	font-family: Verdana;
	font-size: 12px;
	vertical-align: top;
}
.addressred
{
	FONT-WEIGHT: bold;
	FONT-SIZE: 10px;
	COLOR: #8B0000;
}
A:link {text-decoration: underline; color:  red ; font-size: 14px; FONT-WEIGHT: bolder;}
A:visited {text-decoration: underline; color: red; font-size: 14px; FONT-WEIGHT: bolder;}
A:hover {text-decoration: underline; color: darkred ; font-size: 14px; FONT-WEIGHT: bolder;}

input {
	background: cornsilk;
	border: thin solid darkred;
	font-weight: normal;
	vertical-align: bottom;
}


