@import url(elements.css);
@import url(specifics.css);
@import url(nav.css);

body, td{
	font: 8pt/1.7em Georgia, serif;
	color: #242028;
	background-color: #DBDFD7;
	margin: 2em;
}

hr{
	height: 0px;
	border: none;
	border-bottom: 1px solid #9CA695;
	margin: 1em 0;
	clear: both;
}

h1, h2, h3, h4, h5, h6{
	line-height: 1.2em;
	color: #5B0000;
}

a img{ border: none; }