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

@import url(reset.css);
@import url(layout.css);
@import url(content.css);

html, body {
	height: 100%;
}

body {
	background: #435860;
	font-family: Georgia, Verdana, Helvetica, Arial, sans;
	font-size: 12px;
	text-align: justify;
}

/** Globals **/
hr {
	display: none;
}

a:link, a:active, a:visited {
	color: #460B0B;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
	text-align: left;
	font-weight: bold;
}
.whatever {
	font-size: 12px;
}
#wrapper #content h2 .whatever {
	font-size: 16px;
}

