body {
	background-color:#000000;
	font-size:100%;
	padding: 0px;
	margin: 0px;
}

#container {
	margin-right: auto;
	margin-left: auto;
}

#content {
	width: 530px;
	padding: 5px;
	margin-right: 0px;
	margin-left: 63px;
	border: 0px;
}

h1 {
	font-family: 'MS Sans Serif', Geneva, sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	color: #99ccff;
	line-height: 1.0em;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 3px;
	margin-left: 0;
	padding-bottom: 3px;
}

h2 {
	font-family: 'MS Sans Serif', Geneva, sans-serif;
	font-size: 0.9375em;
	font-weight: bold;
	color: #ffffff;
	line-height: 1.0em;
}

h3 {
	font-family: 'MS Sans Serif', Geneva, sans-serif;
	font-size: 2.0em;
	font-weight: bold;
	color: #111100;
	line-height: 1.0em;
}

h4 {
	font-family: 'MS Sans Serif', Geneva, sans-serif;
	font-size: 1.375em;
	font-weight: bold;
	color: #331100;
	line-height: 1.0em;
}

h5 {
	font-family: 'MS Sans Serif', Geneva, sans-serif;
	font-size: 1.25em;
	color: #003300;
	line-height: 1.125em;
}

h6 {
	font-family: 'MS Sans Serif', Geneva, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #0291CF;
	line-height: 18px;
}

p {
	font-family: 'MS Sans Serif', Geneva, sans-serif;
	font-size: 0.75em;
	color: #cccfff;
	line-height: 1.0em;
	margin-top: 3px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 4px;
	padding-bottom: 3px;
}

a {
	color: #A512EF;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #A512EF;
	text-decoration: none;
	font-weight : bold;
}

a:hover {
	color: #FFA50D;
	text-decoration: none;
}

td.art {
	background-color:#cccccc;
	vertical-align:top;
	border-collapse:collapse;
	margin: 0px;
	border: 0px;
	padding: 1px;
}


