h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	text-transform: capitalize;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
a.enter {
	color: #FFFFFF;
	font-size: 36px;
	border: 1px solid #FF0000;
	padding: 10px;
	display: block;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #000000;
}
a:hover.enter {
	background-color: #000000;
	border: 1px solid #FF0000;
	color: #FFFFFF;
}
a {
	color: #000000;
}
li a{
	border-top: 1px none #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	text-decoration: none;
	list-style-position: outside;
	list-style-type: none;
	display: block;
}
li a:hover {
	background-color: #FF0000;
	color: #FFFFFF;
}
.topline {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
a.footer {
	text-decoration: none;
}
li {
	list-style-type: none;
}

