@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

#featured-text {
	background-color: #999;
	padding; 90%;
	margin-top:5%;
	color:#ffffff;
	padding:3%;
	}
	
	
.featured-caption {
	color: #360;
	text-align: center;

	}
	
.subfeature-titles {
	font-size:1.4em;
	font-weight:bold;
	color: #C60;
}

.details-title  {
	font-size:2em;
	font-weight:bold;
	color: #360;
}

a:link {
	font-size:1.1em;
	font-weight:bold;
	color: #CC6600;
	}
a:active {
	font-size:1.1em;
	font-weight:bold;
	color: #CC6600;
	}
a:visited {
	font-size:1.1em;
	font-weight:bold;
	color: #CC6600;
	}
a:hover {
	font-size:1.1em;
	font-weight:bold;
	color: #15442c;
	decoration: underline
	}	


