/* CSS Document */

html, body {
	background-color: #783b1e;
	margin: 0;
	border: 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	}
p, ul, ol, li, table, tr, td {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	}

.content {
	background-color: #cf9d4f;
	color: #783b1e;
	}
.content h1 {
	font-size: 14px;
	}
.content p {
	font-size: 12px;
	}
.content a, .content a:link, .content a:visited, .content a:active {
	color: #783b1e;
	font-weight: bold;
	}
.content a:hover {
	color: #333;
	font-weight: bold;
	}
.navigate {
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	padding-left: 8px;
	}
.navigate a, .navigate a:link, .navigate a:visited, .navigate a:active {
	text-decoration: none;
	}
.navigate a:hover {
	text-decoration: underline;
	}