body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2px;
	font-style: normal;
	font-weight: normal;
	color: #9933CC;
	background-color: white;
}
a:link {
	color: red;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	font-weight: bold;
}
a:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
	background-color: #FFFFCC;
}
.sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #999999;
	text-align: center;
	margin: 5px;
	padding: 10px;
	position: absolute;
	left: 80%;
	top: 75px;
	height: 200px;
	width: 100px;
	border: thin solid #000000;
}
.main {
	color: #FFFFFF;
	background-color: #000000;
}
h1 {
	font-size: .9em;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #9900FF;
}
