body {
	background-color: #999999;
	margin: 0px;
}
a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #330066;
}
a:hover {
	text-decoration: none;
	color: #000000;
	background-image: url(imgs/bg.png);
}
a:active {
	text-decoration: none;
	color: #660099;
}
a {
	font-weight: bold;
}
.style1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
#Header {
	background-image: url(imgs/bg.png);
}
#Navigation {
	background-color: #000000;
}
#Content {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: 24px;
	color: #FFFFFF;
	padding-right: 300px;
	padding-left: 300px;
	padding-bottom: 20px;
	font-size: small;
	background-image: url(imgs/bg2.png);
	padding-top: 20px;
}
#Content div {
	padding: 5px;
}
#Content #welcome {
	background-color: #666666;
}
#Content #stats {
	background-color: #666666;
}

#Content #lol {
	height: 30px;
}

#Content #nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-large;
	background-color: #666666;
}
#Content #links {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-decoration: none;
	font-size: x-large;
	background-color: #666666;
}
#Navigation {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
}
#Footer {
	background-color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	line-height: 20px;
	color: #FFFFFF;
	padding-right: 300px;
	padding-left: 300px;
}
