body {
	background-color: #F0EED8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
		color: #999999;

}

body {
	margin-top: 0px;
}

a:link {
	color: #CCCCCC;
	text-decoration: none;

}

a:hover {
	color: #FF0000;
	text-decoration: underline;

}


a:active {
	color: #999966;
	text-decoration: underline;

}

a:visited {
	color: #999966;
	text-decoration: line-through;

}