html { 
	height: 100%;
	}

body {
	background-color: #A9A9A9;
	font-size: 10pt;
	height: 100%;
	background-repeat: repeat;
	background-attachment: fixed;
	color: White;
	background-image: url(pics/CC_BackGrnd.jpg);
}

#header {
	border: 1px solid #ffffff;
	padding: 0.25cm;
	height: 25px;
	background-color: Black;
	font-family: sans-serif;
	font-size: 24pt;
	font-weight: bold;
	color: Lime;
	}

#subheader {
	border: 1px solid #ffffff;
	padding: 0.25cm;
	height: 18px;
	background-color: Black;
	font-family: sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: Lime;
	}	


a:link {
	text-decoration: none;
	font-size: 10pt;
	color: #E0FFFF;
	font-weight: bold;
	font-family: sans-serif;
	font-style: normal;
	}

a:visited { 
	text-decoration: none;
	font-size: 10pt;
	color: #E0FFFF;
	font-weight: bold;
	font-family: sans-serif;
	font-style: normal;
	}

a:hover {
	text-decoration: none;
	font-size: 10pt;
	color: Lime;
	font-weight: bold;
	font-family: sans-serif;
	font-style: normal;
}

#body {
	background: Black;
	padding: .5cm .5cm .5cm .5cm;
	font-family: arial,verdana,san-serif;
	line-height: 20px;
	font: normal normal lighter sans-serif;
	color: Silver;
	margin-left: 30%;
}


	

  
