body {
	background-color: #666366;
	color: #E7B64C;
	font-size: 12pt;
	font-family: "Book Antiqua", "Times New Roman", Times, serif;
	padding: 0px;
	margin-top: 0px;
	border: 0px;
	text-align: center;
}

body.popup {
	background-color: #666366;
	width: 580px;
	color: #E7B64C;
	font-size: 12pt;
	font-family: "Book Antiqua", "Times New Roman", Times, serif;
	padding: 0px;
	margin-top: 0px;
	border: 0px;
}

div.body {
	text-align: center;
}

div.hidden {
	visibility: hidden;
}

H1 {
	text-align: center;
}

p {
	font-size: 12pt;
}

p.front {
	margin-right: 20px;
	margin-left: 4px;
	text-align: left;
}

hr {
	color: #FF2222;
}
table.event {
	width: 780px;
	border: 1px solid #E7B64C;	
}
td {
	margin: 0px;
	padding: 2px;
	border: 2px transparent;
}

td.menu {
	background-color: black; 
	text-align: center;
}

.edged {
	border: 1px solid #E7B64C;	
}

.blackback {
	background-color: black;
	border: 2px solid #E7B64C;
	text-align: center;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

a:link {
	text-decoration: none;
	color: 	#ffffff;/*#ea0c22;*/
}
a:visited {
	text-decoration: none;
	color: #ffeeee;/*#ba0c12;*/
}
a:active {
	text-decoration: none;
	color: #ff1c44;
}
a:hover {
	text-decoration: underline;
	color: #ff1c44;
}
