/* CSS Document */
<style type="text/css">

HTML{font-size: 100%;}
body {
	font-size: 0.8em;
	margin-left:50px;
	margin-right:50px;
	margin-top:10px;
	background-color: #FFFFFF;
	text-align: center;
}
#formcontainer {
	margin-top: -120px;
	margin-left: 120px;
	width: 350px;
}


div#container{
	text-align:left;
	width:600px;
	margin-left: auto;
    margin-right: auto;

}
#headerimage {
	background-image: url(images/contactmetalfury.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 336px;
	width: 600px;
}
p 
{  font-size: 1em; 
line-height:150% ; 
word-spacing:0.0em  ; 
letter-spacing:0em ; 
font-style: normal;  
color: #333333;
font-family: Courier New, Courier, monospace, mono;
text-align:left; 
 }
 
H1 
{
	font-size: 1em;
	line-height:150%;
	word-spacing:0.0em;
	letter-spacing:0em;
	font-style: normal;
	color: #333333;
	font-family: "Courier New", Courier, monospace, mono;
	text-align:left;
 }

 

A:link {  color: #CF2F36; text-decoration: underline }
A:visited {  color: #333333; text-decoration: underline }
A:hover {  color: #CF2F36; text-decoration: none }
A:active { color: black; text-decoration: none } 

A.footerl:link {  color: #ffffff; text-decoration: none }
A.footerl:visited {  color: #ffffff; text-decoration: none }
A.footerl:hover {  color: #ffffff; text-decoration: none }
A.footerl:active { color: #ffffff; text-decoration: none }


P.footer {
	font-size: 0.9em;
	color: #666666;
	text-align:center;
}
P.boxit { 
margin-left:25%; margin-right:25%; padding-top:20px; padding-bottom:20px; padding-left:25px; padding-right:25px;
border-style:solid; border-color:#333333; border-left-width:1px; border-right-width:1px; border-top-width:1px; border-bottom-width:1px;
background-color: #f1f1f1; color: #333333  }
form {
	width: 300px;
}
