body{
background: #000000;
text-align: center;
}
FORM{
	text-align: left;
}

#main{
width: 1000px;
height: auto;
background: #660000;
margin: 25px auto;
border: solid 2px #ff3819;
padding: 5px;	
}
h2{
text-align: center;
font-family:"Times New Roman";
font: 24pt;
color: #ff3819;
}
hr{
display: block;
height: 1px;
border-color: #000000;
border-width: 3px;
border-top: 3px solid #000001;
background-color: #f00;
}

p{
font-family:"Calibri";
font-size: 12pt;
text-align: left;
text-indent: 48px;
color: #ffffff;
}
