@import url(layout.css);
@import url(layout_home.css);
@import url(layout_content.css);
@import url(navigation.css);
@import url(text.css);
@import url(modules.css);

html {
   height: 101%;
   margin: 0px;
   padding: 0px;
} 

body {
	margin-left: 0px;
	margin-top: -10px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #eeeeee;
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	font-size:0.75em;
	color:#333333;
	line-height:1.5;
}

h1{
        color: #4b4b4b; 
	font-size: 20px; 
}

h2{
        color: #4b4b4b; 
	font-size: 16px; 
}

h3{
        color: #4b4b4b; 
font-size: 10px;
}

a{
color: #15364D;
}

a:visited {
color: #15364D;
}

a:hover {
color: #15364D;
}
