BODY {
	color: #ffffff;
	background-color: #999999;
	background-image: none;
	background-repeat: no-repeat;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	font-size: 80%;
}

H1 {
	color: #6d6d6d;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 140%;
	font-weight: bold;
}

A:LINK {
	color: #f5f5f5;
	text-decoration: none;
}

A:VISITED {
	color: #ffffff;
	text-decoration: none;
}

A:HOVER {
	color: #ff99ff;
	text-decoration: underline;
}