#header {
	background : #333333;
	border-bottom : 2px solid #69CA1B;
	margin : 0px;
	padding : 5px;
	background:url(logo.png) right top no-repeat;
}

a {
	color : #666666;
	text-decoration : none;
}

a:hover {
	color : #ffffff;
	text-decoration : underline;
}


body { background : #e8ede9;
	color : #5759ae;
	font-family : Tahoma, Arial, sans-serif;
	font-size : 12px;
	
}

h1 {
	font-size : 24px;
	color : #69CA1B;          
}

h2 {
	font-size : 16px;
	margin-bottom:0px;
	padding-bottom:0px;
	text-align:center;
}

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;
}



