@charset "utf-8";

body {
	background-color: #F8EBBA;
	font-family:"Times New Roman", Times, serif;

}
	
		#wrapper1 {
			margin: 0 auto;
			width: 800px;
			padding: 10px 20px 20px 20px;
			position:relative;
			border:#996633 3px double;
			background-color:#FCF5DA;
		}

h2 {
	font-family:"Times New Roman", Times, serif;
	font-size:25px;
	font-style:italic;
	text-align:center;
	}

h3 {
	font-weight:bold;
}
	
table.upcoming {
	background-color:#E9E9E9;
	border:#996633 solid 1px;
}

a:visited {
	color:#FF6600;
	text-decoration:none;
}

a:link {
	color:#FF6600;
	text-decoration:none;
}

a:hover {
	color:#FF6600;
	text-decoration:underline;
}

a:active {
	color:#FF6600;
}
