@charset "UTF-8";
/* CSS Document */

body {
	background-color: #000000;
}

#Everything {
	width:700px;
	border: 1px solid #6B207F;
	padding: 10px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

#Line1 {
	margin-top: 15px;
	margin-bottom: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #6B207F;
}

#Footer {
	width:720px;
	margin: auto;
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 10px;
}

#Footer a:link, #Footer a:visited {
	color: #6B207F;
	text-decoration: underline;
}

#Footer a:hover{
	text-decoration: none;
	color: #936AA5;
}

#NormalText {
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#NormalText a:link, #NormalText a:visited {
	color: #6B207F;
	text-decoration: underline;
}

#NormalText a:hover{
	text-decoration: none;
	color: #936AA5;
}

.PurpleText {
	color: #6B207F;
	font-weight: bold;
}

.PurpleTextNorm {
	color: #6B207F;
}

#TinyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1px;
	color: #000000;
}

#TinyText a:link, #TinyText a:visited {
	color: #000000;
	text-decoration: underline;
}

#TinyText a:hover{
	text-decoration: none;
}