/* CSS Document */


BODY {
	font-family: "times new roman";		
	font-weight: bold;
	color: #FFFFFF;
	background-image:url(http://www.dillydoor.com/media/graphics/bk-red.jpg);
	background: #CF251A;
	padding: .0in .0in 0in .0in;
	margin-top:0px;
	

}
h1 {
	
	font-size: 24pt;
	text-decoration: underline;
}
h2 {	
	font-size: 18pt;	
	text-decoration: none;
}

h3 {
	font-size: 12pt;
	text-decoration: none;
}

h4 {
	font-size: 10pt;
	text-decoration: none;
}


p {
	font-family: "times new roman";
	font-size: 10pt;
	text-decoration: none;
	
}


a:link {color: #FFFFFF}     /* unvisited link */
a:visited {color: #FFFFFF}  /* visited link */
a:hover {color: #FFFFFF}   /* mouse over link */
a:active {color: #FFFFFF}   /* selected link */