h1{
	color: #ee3e80;
	font-size: 150%; 
	
}
h2 {
	color: #098000;
	font-size: 100%; 
	font: Snell Roundhand;
	
}
h3, h4 {
	color: #665544;
	/*background-color: white;*/
}
p {
	color: #665544;
	text-indent: 10px;
}
ul {
	color: #665544;
}
.notes {
	color: #098000;
}	
.caps {
	text-transform: uppercase;
}
a {
	cursor: pointer;
	text-decoration: none;
	color: green;
}
a:hover {
	background-color: #7FFF00;
	transition: 0.5s ease-in-out;
}

