
/*
colors:
___________________________
BodyBG  #
Header #
Navigation  #
Header text #
text #
----------------------------------------------
*/



@import "template.css";
@import "content.css";


body {
	background-color : #FFF;
	color : #333;
	font : .85em Arial, Verdana, Geneva, Helvetica, sans-serif;
}


h1 {
	font-size : 500%;
	background-color : #F00;
	color : #FFF;
}
h1 a, h1 a:hover, h1 a:visited, h1 a:visited:hover {
	color : #FFF;
	text-decoration : none;
}
h2 {
	font-size : 140%;
}
h3 {
	font-size : 120%;
}
h4 {
	font-size : 100%;
}
a {
	
}
a:visited {
	
}
a:hover, a:visited:hover {
	
}
