/* CSS Document */

body {
	background-color: #660033;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-size: 24px;
	padding: 2px;
	border: 1px dashed #FFFFFF;
	background-color: #663333;
	margin-bottom: 0px;
}
.desc {
	background-color: #371C1C;
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.footer {
	background-color: #371C1C;
	padding: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	font-size: 11px;
}
.main {
	border-top: 1px none #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	background-color: #231212;
	padding: 5px;
}
li a{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	font-weight: bold;
	padding: 2px 3px;
	margin-bottom: 1px;
	background-color: #5E0000;
	display: block;
	color: #FF9900;
	list-style-position: outside;
	list-style-type: none;
	text-decoration: none;
}
li a:hover {
	background-color: #170000;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}
a {
	color: #FFFF00;
}
a:hover {
	color: #FF0000;
}
a.enter {
	background-color: #000000;
	color: #FF0000;
	border: 1px solid #FFFFFF;
	padding: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 400px;
	text-transform: capitalize;
	font-size: 24px;
	font-weight: bold;
}
a.white {
	color: #FFFFFF;
	text-decoration: none;
}
li {
	list-style-type: none;
}

