body {
	margin:				0px 0px; padding:0px;
	text-align:			center;
	background-color:	#5b5f60;			
	background-image:	url(../images/whitetogray.jpg); 
	background-repeat:	no-repeat;
	background-position:top center;
	}
	
#Content {
	width:				900px;
	margin:				0px auto;
	text-align:			left;
	border:				1px #333 groove;
	background-color:	#fff;
	font-family:		Arial, Helvetica, sans-serif;
	}

.titletop{
	font-size: 24px;
	font-weight: bold;
	color: #039
}

a {
	color: brown;
	text-decoration: none;
}


a:hover {
	text-decoration: underline;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: purple;
	font-style: bold;
}
