BODY	{
	background-color: #CFF;
	color: #000;
}

A:link		{
	color: #00F;
	background-color: transparent;
}
A:visited	{
	color: #606;
	background-color: transparent;
}
A:active	{
	color: #F00;
	background-color: transparent;
}

H1	{
	font-family: Helvetica, Arial, san-serif;
	text-align: center;
	}

#ContentBody	{
	border: inset 2px;
	float: left;
	display: inline;
	width: 77%;
	background-color: #FFC;
	color: #000;
}

.Ad	{
	border: dashed 2px #999;
	padding: 5px;
	text-align: center;
	float: right;
	display: inline;
	width: 20%;
	margin: 2px;
	clear: right;
}

.Ad img	{
	border: none;
}

#Footer	{
	clear: both;
	padding-top: 5px;
}
