@import url(layout.css);
@import url(navigation.css);
@import url(text.css);
@import url(modules.css);

html {
   height: 100%;
   margin: 0px;
   padding: 0px;
} 

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #c2ad83;
	font-family: Arial, Verdana, sans-serif;
	font-size:0.75em;
	color:#000000;
	line-height:1.5;
}

h1 {
	font-family: 'Georgia', Arial, Verdana, sans-serif;
	font-size: 18px; 
	color: #BB0F12;
}

h2 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	font-weight: bold; 
}

h3 {
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold; 
}

a {color: #C20D1D; text-decoration: none;}
a:hover {color: #ffffff;}
a.active {color: #ffffff;}
