body{
background-image:url(../images/back.jpg); 
background-repeat:repeat-x; 
background-color:#000000;
font-family:"Trebuchet MS";
color:#FFFFFF;
}

h1{color: #FFFFFF;font-family: Verdana, Arial, Helvetica, sans-serif;}
.txt {
	font-size: 12px;
	color: #ffffff;
}
.fields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000000;
	background-color: #FFFFFF;
	height: 19px;
	width: auto;
}
.fieldsbox {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000000;
	background-color: #FFFFFF;
	height: 40px;
	width: auto;
}
.submit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000000;
	background-color: #CCCCCC;
	height: 19px;
	width: auto;
	border: thin ridge #000000;
}

a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
}

#content{width:900px; margin:0 auto; }