body {
margin: 0px;
padding: 0px;
background: url('images/great-pumpkin-3_03.jpg');
background-attachment: fixed;
background-color: #FFFFFF;
position: absolute;
font-size: 11px;
color: #0C130C;
font-weight: bold;
font-family: arial;
}

input, textarea {
	margin: 1px;
	border: solid 1px #333;
	font-family: arial;
	font-size: 10px;
	color: #0C130C;
	background-color: #66A7FF;
	
}
input.noborder {
	border: noborder;
}
a {
	color: #0C130C;
	text-decoration: none;
	font-weight: bold;
        
}
a:hover {
	text-decoration: underline;
        
}
h3{
border-bottom: 1px dashed #000000;}
.smaller {
	font-size: 90%;
}
.message {
	text-align: center;
	font-weight: bold;
}
.noborder {
	border: none;
}
.powered {
	text-align: right;
}
ul {
	margin-top: 0;
	padding-top: 0;
}
#copyright {
	margin-top: 20px;
	text-align: right;
	border-top: solid 1px #333;
	font-size: 9px;
}
