body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	background-color: #ECE9D8;
	margin: 0px;
	padding: 0px;
}

p {
	font-size: 70%;
}
	
a {
	font-size: 90%;
	text-decoration: none;
	color: rgb(255,153,0);
	font-weight: bold;
}

h1 {
	color: rgb(255,153,0);
	font-size: 130%;
	text-transform: lowercase;	
}

h2 {
	color: rgb(102,141,177);
	font-size: 120%;
	text-transform: lowercase;	
}

h3 {
	font-size: 100%;
	text-transform: lowercase;
	color: rgb(102,141,177);  
}

h4 {
	font-size: 90%;
	text-transform: lowercase;
	color: rgb(102,141,177);
}



