body {
	height: 100%;
	font-family: arial, tahoma, sans-serif;
	text-align: center;
	color: #233c4c;
	background-color: #ffffff;
	font-size: 13px;
	line-height: 24px;
	margin: auto;
	margin-top: 0px;
}


a, a:active, a:visited {

	color: #666666;
	text-decoration: none;
	font-size: 13px;
	line-height: 22px;
	font-weight: bold;
}

a:hover {

	color: #000000;
	text-decoration: underline;
	font-size: 13px;
	line-height: 22px;
	font-weight: bold;
}


