body {
	background-color: #E9E2DB;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #665050;
	margin-top: 10px;
}
p {
	font-size: 13px;
}
h1 {
	font-size: 31px;
	font-weight: bold;
}
h2 {
	font-size: 26px;
	font-weight: bold;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
}
h3 {
	font-size: 21px;
	font-weight: bold;
}
h4 {
	font-size: 16px;
	font-weight: bold;
	line-height: 150%;
}
h5 {
	font-size: 13px;
	font-weight: bold;
}
h6 {
	font-size: 10px;
	font-weight: bold;
	margin-top: 6px;
	margin-bottom: 6px;
}
a:link {
	color: #665050;
	text-decoration: none;
}
a:link.sylv {
	color: #e76500;
	text-decoration: none; }
a:link.mars {
	color: #665050;
	text-decoration: underline; }
a:visited {
	color: #665050;
	text-decoration: none;
}
a:visited.sylv {
	color: #e76500;
	text-decoration: none; }
a:visited.mars {
	color: #665050;
	text-decoration: underline; }
a:hover {
	color: #E96600;
	text-decoration: none;
}
a:hover.sylv {
	color: #e76500;
	text-decoration: underline;
}
a:hover.mars {
	color: #e96600;
	text-decoration: none; }
a:active {
	color: #665050;
	text-decoration: none;
}
a:active.sylv {
	color: #e76500;
	text-decoration: none; }

a:active.mars {
	color: #665050;
	text-decoration: underline; }

.jbra {
	color: #CCB399;
}

.jjbra {
	color: #DBCAB9;
}
.orange {
	color: #E96600;
}
.tlo {
	color: #E9E2DB;
}
.mt20 {
	margin-top: 20px;
}
.mt15 {
	margin-top: 15px;
}
.mt10 {
	margin-top: 10px;
}
.mt5 {
	margin-top: 5px;
}
.mt30 {
	margin-top: 30px;
}
.mtb0 {
	margin-top: 0px;
	margin-bottom: 0px;
}
.ml20 {
	margin-left: 20px;
}

.mb5 {
	margin-bottom: 5px;
}
.mr20 {
	margin-right: 20px;
}
.mr10 {
	margin-right: 10px; }
.sylve {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	font-style: italic;
	font-weight: normal;
	color: #FF6600;
	letter-spacing: 2px;
}
.mt100 {
	margin-top: 100px;
}
.right {
	text-align: right;
}
