body {
margin: 0px;
padding: 0px;
background: url('images/nano_03.jpg');
background-attachment: fixed;
background-color: #1d1311;
font-size: 12px;
color: #656e6e;
font-family: tahoma;
}

input, textarea {
	margin: 1px;
	border: solid 1px #333;
	font-family: tahoma;
	font-size: 10px;
	color: #1d1311;
	background-color: #a09c9b;
	
}
input.noborder {
	border: noborder;
}
a {
	color: #656e6e;
	text-decoration: none;
	font-weight: bold;
        
}
a:hover {
        
	text-decoration: underline;
        
}

h3{
color: #656e6e;
font-size: 14px;
letter-spacing: 5px;
text-align: left;
border-bottom: 1px dashed #333d3d;
font-weight: bold;
}
h1 {
  color:#656e6e;
  font-size: 14px;
  text-align: left;
  letter-spacing: 5px;
  font-family: tahoma;
  border-bottom: 1px dashed #333d3d;
   
}
#bq {
        width: 325px;	
        font-size: 11px;
	color: #333d3d;
        font-weight:normal;
        background-color: #b6bbbe;
        padding: 5px;
        
}
