@charset "ISO-8859-1";
body {
	background-color: #000000;
	background-image: url(elements/background.jpg);
	background-repeat: repeat-y;
}
h2 {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 125%;
	width: 800px;
}
.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-style: normal;
	font-weight: normal;
	color: #00CCFF;
}
.nav a:link {
	color: #FF33FF;
	text-decoration: none;
}
.nav a:visited {
	color: #FF33FF;
	text-decoration: none;
}
.nav a:hover {
	color: #FF33FF;
	text-decoration: underline;
}
.nav a:active {
	color: #990000;
	text-decoration: underline;
}
#back {
	position:absolute;
	left:361px;
	top:20px;
	width:76px;
	height:26px;
	z-index:3;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #0099FF;
}
#back a:link {
	color: #0099FF;
	text-decoration: none;
}
#back a:visited {
	color: #0099FF;
	text-decoration: none;
}
#back a:hover {
	color: #0099FF;
	text-decoration: underline;
}
#back a:active {
	color: #990000;
	text-decoration: underline;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
