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: #0B120B;
font-weight: bold;
font-family: tahoma;
}

input, textarea {
	margin: 1px;
	border: solid 1px #000000;
	font-family: tahoma;
	font-size: 10px;
	color: #0C130C;
	background-color: #66A7FF;
	
}
input.noborder {
	border: noborder;
}
a {
	color: #0B120B;
	text-decoration: none;
	font-weight: bold;
        
}
a:hover {
	text-decoration: underline;
        
}
h3{
color: #0B120B;
font-size: 13px;
letter-spacing: 2px;
text-align: left;
border-bottom: 1px dotted #000000;
font-weight: bold;
}
h1 {
  color:#0B120B;
  font-size: 13px;
  text-align: left;
  letter-spacing: 2px;
  font-family: tahoma;
  border-bottom: 1px dashed #000000;
   
}
ul {
	margin-top: 0;
	padding-top: 0;
}
#copyright {
	margin-top: 20px;
	text-align: right;
	border-top: solid 1px #333;
	font-size: 9px;
}
#bq {
        width: 250px;	
        font-size: 10px;
	color: #0B120B;
        font-weight:normal;
        background-color: #E0E2CA;
        padding: 5px;
        
}
