 body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #E6E4C7;
	font-size: 100%;
}
p, ul {
	font-size: 76%;
	color: #746F34;
} 
a:link {
	color: #00AE01;
	text-decoration: none;
} 
a:visited {
	color: #0000CD;
	text-decoration: none;
} 
a:hover {
	color: Red;
	text-decoration: underline;
}
a:active {
	color: Red;
	text-decoration: none;
}

h1,h2, h3, h4{
	color: Purple;
}

h1 {font-size: 100%;} 
h2{font-size:90%;}
h3{font-size: 80%;}
h4{font-size: 75%;}
h5{font-size: 73%;}

blockquote {
	font-style: italic;
	color: #6B8E23;
	font-size: 75%;
}

