body {
	background-color: #000000;
	margin: 0px;
}
#Navigation {
}
#Content {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #8D7EA3;
	line-height: 22px;
	font-style: normal;
	text-decoration: none;
	width: 421px;
	text-align: justify;
	height: 100%;
	margin: 10px;
}
#Footer {
	background-image: url(imgs/foot.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 521px;
	height: 88px;
	position: static;
	font-size: xx-small;
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: 18px;
	text-decoration: none;
	text-align: justify;
}
.style1 {font-size: medium}
a:link {
	text-decoration: none;
	color: #662966;
}
a:visited {
	text-decoration: none;
	color: #797E74;
}
a:hover {
	text-decoration: none;
	color: #797E74;
}
a:active {
	text-decoration: none;
	color: #CCCCCC;
}
input, textarea, option, select {
	background-color: transparent;
	border: 1px solid #8D7EA3;
	padding:2px;
	margin-left:20px;
	color:#8D7EA3;
}
