@charset "UTF-8";
/* CSS Document */

body { 
	margin:0; 
	padding: 20px; 
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', Tahoma, Verdana, sans-serif;
	font-size: 76%;/* font sizing in ems, baby. if you want to change anything, just change this.*/
	/*funny thing happens at 75% and lower. opera goes to a nice small size, but moz and ie pc change almost not at all. seems 76% is as small as you can go and stay the same across browsers. poop.*/
	color: #385671;
	background: #ffffff;
	text-align: left;
}

p {
	font-size: 0.9em;
	line-height: 1.8em;
}

em {
    font-style: italic;
    font-size: 0.6em;
	line-hieght: 0.8em;
}

h1 {
	font-size: 1.4em;
	font-weight: bold;
	border-color: #ced8e1;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	padding: 5px 0px 5px 0px;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	border-color: #ced8e1;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	padding:10px 0px 5px 0px;
}

h3 {
	font-size: 1em;
	font-weight: narmal;
	padding:10px 0px 5px 0px;
}

h4 {
	font-weight: bold;
	font-size: 1.1em;
	line-hieght: 1.2em;
	border-color: #ced8e1;
	border-width: 0px 0px 1px 0px;
}

h5 {
	font-size: 1.1em;
}

h6 {
	font-size: 0.7em;
	font-style: italic;
}

a:link {
	font-weight: bold;
	color: #385671;
	text-decoration: none;
	border: 0px;
}
a:hover {
	font-weight: bold;
	color: #486E8F;
	text-decoration: underline;
	border: 0px;
}
a:visited {
	font-weight: bold;
	color: #7697B4;
	text-decoration: none;
	border: 0px;
}
a:active {
	font-weight: bold;
	color: #7697B4;
	text-decoration: none;
	border: 0px;
}
