#header {
	background : #E1EBD2;
	border-bottom : 0px solid #666;
	margin : 0px;
	padding : 5px;
}

a {
	color : #333333;
	text-decoration : none;
}

a:hover {
	color : #ff3300;
	text-decoration : none;
}


body  { color: #333333; font-size: 12px; font-family: Tahoma, Arial, sans-serif; background: #E1EBD2 }

h1   { color: #777777; font-size: 18px; float: none }

h2 {
	font-size : 16px;
	margin-bottom:0px;
	padding-bottom:0px;
}

h3 {
	font-size : 13px;
	margin-bottom:0px;
	padding-bottom:0px;
}
h4 {
	font-size : 12px;
	margin-bottom:0px;
	padding-bottom:0px;
}

h6 {
	font-size : 10px;
	margin-bottom:0px;
	padding-bottom:0px;
	color: #666;
	font-weight:normal;
}



