
/*
colors:
___________________________
Body  #EEE
Header #C5CFB7
Intro  #676E5D
Header text #565F48
text #221


----------------------------------------------
*/

@import "template.css";


body {
	background-color : #FD4;
	font : .8em Verdana, Geneva, Arial, Helvetica, sans-serif;
}
h1 {
	font-size : 220%;
	color : #060;
}
h2 {
	font-size : 150%;
}
h3 {
	font-size : 120%;
}
h4 {
	font-size : 100%;
	color : #060;
}
a {
	color : #060;
}
a:visited {
	color : #363;
}
a:hover, a:visited:hover {
	color : #060;
}
#footer {
	font-size : 80%;
}
