@import url("_main.css");
@import url("_color.css");
@import url("_ie.css");
@import url("_more.css");

body {
	color: black; 
	font: small/1.4em Verdana, Arial, Helvetica, sans-serif; 
	background: white;  
}


h1, h2, h3, h4, h5, h6 {
	margin: 1em 0 0.5em; padding: 0.1em 0;
	line-height: 1.25em; font-weight: normal;
	color: #e4f4ff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; 
}


h1 {font-size: 2.2em;}
h2 {font-size: 2em; margin-top: 0;}
h3 {font-size: 1.5em; margin-top: 0; }
h4 {font-size: 1.3em;}
h5 {font-size: 1.1em; font-weight: bold;}
h6 {font-size: 1em; font-weight: bold;}


ul, ol {padding-left: 1.5em;}


p {padding-bottom: 1em;}


a {color: black; text-decoration: underline; outline: none;}
a:visited {}
a:hover {color: #08569e; text-decoration: none;}





