body
{
	margin: 15px;
	background-color: #FFFFFF;
	color: red;
	font-family: Arial, sans-serif;
	font-size: 10px;
	line-height: 16px;
	width: 750px;
}

.content	
{
	font-size: 11px;
	z-index: 0;
}

#cover_top	
{
	position: fixed;
	top: 0px;
	left: 0px;
	height: 15px;
	width: 750px;
	background-color: #FFF;
	z-index: 1;
}

#cover_bottom	
{
	position: fixed;
	top: 275px;
	left: 0px;
	height: 15px;
	width: 750px;
	background-color: #FFF;
	z-index: 2;
}

.button:hover {
	border-color: red;
	border-width: 1px;
	border-style: solid;
}

.button {
	border-color: white;
	border-width: 1px;
	border-style: solid;
}

a {
	color: red;
}