/* CSS Document */
body {
	background-image: url("images/halloween.jpg");
	color: #000;
}

body,td {font-family:verdana,arial,sans-serif; font-size:10pt; }
h1,h2,h3,h4,h5,h6 {font-family:"Trebuchet MS",helvetica,sans-serif; color:#993648; letter-spacing:1px;  }
h1 {font-size:22pt; text-align: center;}
h2 {font-size:20pt;}
h3 {font-size:18pt;}
h4 {font-size:16pt;}
h5 {font-size:12pt;}
h6 {font-size:10pt;}

p, div {
	margin: .1em;
	padding: .2em;
}

p {
	text-indent: .4em;
}

.site {
	background-image: url("images/halloween2.gif");
	border: 1px solid #FFFFFF;
	width: 90%;
	margin-top: 20px;
	margin-bottom: 20px;
}

.mainContent {
	width: 90%;
	background-image: url("images/halloween3.jpg");
	border: 1px solid #FFFFFF;
	margin-top: 20px;
	margin-bottom: 20px;
}

.midContent {
	border: 1px solid #FFFFFF;
	float: none;
	width: 95%;
	background-image: url("images/halloween4.jpg");
	margin-top: 20px;
	margin-bottom: 20px;

}

.midContentContent a {
	text-decoration: underline;
	color: #81266C;
}	

.midContentContent a:hover {
	text-decoration: none;
	color: #00CC99;
}	


