@import url('header.css');
@import url('menu.css');
@import url('content.css');
@import url('form.css');

html {
	height: 100%;
}

body {
	background-color: #375637;
	background-image: url('../images/background.gif');
	color: #000000;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", serif;
	margin: 0;
	height: 100%;
}

a {
	color: #375637;
	font-weight: bold;
}

a:hover { text-decoration: none; }

a img {
	border: none;
	display: block;
}

strong {
	color: #375637;
}

h2 {
	font-size: 16px;
	margin: 0 0 10px 0;
}

h6 {
	font-size: 11px;
	margin: 0;
	font-weight: normal;
}
