body {
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin:0px;
}
div#contain {
	width: 590px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 3px;
	position: relative;
	background-color: black;
	z-index: 0;
	margin-top: 15px;
	}
div#intro {
	width: 590px;
	position: relative;
	z-index: 50;
	}
div#intro p {
	line-height: 1.3em;
	color: #CCCCCC;
	font-weight: bold;
	font-size: small;
}
div#body {
	width: 350px;
	position: relative;
	float: left;
	z-index: 50;
}
div#body p {
	font-weight: bold;
	color: #CC0000;
	font-size: small;
}
div#body h3 {
	color: #FF0000;
	font-size: medium;
}
div#body h4 {
	color: #FF0000;
	font-size: medium;
	text-decoration: underline;
	font-style: italic;
}
div#body h5 {
	color: #CC0000;
	font-size: xx-small;
}
div#body a {
	color: #FF9900;
	text-decoration: underline;
}
div#route p {
	font-size: 13px;
}
div#route a {
	border-color: #003399;
}
div#route img {
	position:relative;
	width: 38px;
	height: 39px;
	float:left;
	margin: 0px 10px 5px 0px;
	vertical-align:top;
	border: none;
}
div#enter {
	float: left;
	text-align: center;
	position: relative;
	font-size: small;
	z-index: 50;
	margin-left: 15px;
	width: 225px;
}
div#enter h4 {
	color: #FF0000;
	font-size: medium;
	text-decoration: underline;
	font-style: italic;
}
div#enter a {
	color: #FF9900;
	text-decoration: underline;
}
div#enter p {
	color: #CCCCCC;
	font-size: x-small;
}

.credits a {
	color: #CC0000 !important;
	text-decoration:none !important;
	font-size:9px;
}

.credits a:hover {
	text-decoration: underline !important;
}