/* CSS Document */
body {
	margin: 0px;
	padding:0px;
	bgcolor:#FFFFFF;
	background-attachment: fixed;
	}
h1 {
	font-family: "Kristen ITC, Arial";
	font-size: 30pt;
	color: #CC0099;
	}
p {
	font-family: "Arial";
	font-size: 15px;
	text-indent: 15px;
	}
a {
	color: #a00;
		}
A:hover {	
	text-decoration: none; 
	color: #FF3399;  	
	}

#left a {
	font-family: "OCR A Extended, Courier, Arial";
	font-size: 14px;
	display: block;
	text-align: center;
	
	padding: 3px;
	border: 1px solid #444;
	color: #fff;
	background-color: #0066CC;
	margin: 0px;
	}
#left a:hover {
	color: #f32;  background-color: #003399;  border-color: #fff;
	text-decoration: none; }
	
#center a {
	font-family: "Kristen ITC";
	font-size: 14px;
	display: block;
	text-align: center;
	
	padding: 3px;
	border: 1px solid #444;
	color: #660000;
	background-color: #0066CC;
	margin: 0px;
	}
#center a:hover {
	color: #fff;  background-color: #003399;  border-color: #fff;
	text-decoration: none; }
