/* CSS Document */

body {
	background-color:#FFCC99;
	}
	
#banner {
	position:absolute;
	width:100%;
	height:91px;
	z-index:1;
}

#body {
	position:absolute;
	width:90%;
	z-index:2;
	left: 9px;
	top: 131px;
	padding-left: 5%;
	padding-right: 5%;
}

#body h1 {
	font-size: larger;
	font-style: italic;
	font-weight: bold;
}

#body h2 {
	font-size: large;
	font-weight: bold;
}

#body p {
	font-size: large;
	color: #000099;
}
	
#body a:link {
	color: #FF0000;
	text-decoration: none;
}

#body a:hover {
	color: #FF0000;
	text-decoration: none;
	font-size: larger;
}

#body a:active {
	color: #FFFF00;
	background-color: #000000;
	font-size: larger;
	font-style: italic;
	text-decoration: none;
}

#body a:visited {
	color: #9900FF;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

