body, html { 
padding : 0px; 
margin : 0; 
} 
body { 
background : #000 url('') repeat;
text-align: left;
font : 75%/165% "courier new", Courier, monospace; 
color : #A4A4A4; 

} 
#header {
width: 602px;
height:639px;
background: #000 url('');
margin: 0;
}

#content {
width: 620px;
padding: 0 14px 14px 14px;
background: #000;
}
#footer {
clear:both;
border-top: 1px dashed #fff;
text-align:right;
background : #000;
color: #fff;
padding: 3px;
height:auto;
}





h1 {
	background: transparent;
             	color: #fff;
	font: 20pt "courier new", Courier, monospace; 
	font-weight: normal;
	text-align: justify;
margin: 0;
font-weight: bold;
}

h1:first-letter {
	font-weight: bold;
}



a:link, a:visited, a:active {
        text-decoration: none;
	font-weight: bold;
		color: #fff;
	cursor: crosshair;
             }
a:hover { 
	text-decoration: none;
	font-weight: bold;
	color: #828282;
	cursor: crosshair;
}



input, select {
	background: #000;
	font:8pt "courier new", Courier, monospace; 
padding: 5px;
color: #fff;
	font-weight: normal;
	text-decoration: none;
		border-width: 1px;
	border-style: solid;
	border-color: #fff;
}

input:hover {
border-color: #828282;
}

select:hover {
border-color: #828282;
}

TEXTAREA {
	color: #fff;
	background: #000;
	font:8pt "courier new", Courier, monospace; 
	font-weight: normal;
	text-decoration: none;
	border-width: 1px;
	border-style: solid;
	border-color: #fff;
padding: 5px;
}

TEXTAREA:hover {
	border-color: #828282;
}




blockquote { 
background : #9FA0A0;
text-align : justify; 
color : #000000;  
border-left : 23px solid #212121; 
padding :7px; 
margin: 0 auto;
width: 340px;
}  

