@charset "utf-8";
/* CSS Document */

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1em;
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #879099;
	font-family:Verdana, Geneva, sans-serif;
	font-style: italic;
	color: #EFEE93;
	overflow: hidden;
}
#content {
	top: 135px;
	bottom: 0px;
	left: 303px;
	right: 0px;
	margin-left: -30px;
	position: absolute;
	font-family:"Comic Sans MS", cursive;
	min-height: 450px;
	min-width: 800px;
	overflow: auto;
}

a.e-mail:link, a.e-mail:visited {color:#EFEE93;}
a.e-mail:hover {color: #FFF;}
