table, div {-moz-box-sizing: border-box;
			box-sizing: border-box;
			}
body {
background-color: #f1ece7;
margin: 10px 0px 0px 10px;}


h1,h2,h3,h4,h5,p,ul,td,div
	{ 
	font-family: arial, Verdana; 
	}
h1 {
margin-left: 20px;
text-align: left;
color: #000000;
font-size: 1.2em;
font-weight: bold;}

p {padding-left: 20px;
	text-align: justify; }

td {
vertical-align:top;
border: 0px;
padding: 0px;
margin: 0px;
font-size: 1em;
}

td.navi {
	background-color: #333231;
	margin: 0px;
	border: 0px;
	padding: 0px;
	font-family: arial;
	letter-spacing: 1px;
	font-stretch: ultra-expanded;
	font-weight: bold;
	}

td.active {
	background-color: #333231;
	color: #e35406;
	margin: 0px;
	border: 0px;
	padding: 0px;
	font-family: arial;
	letter-spacing: 1px;
	font-stretch: ultra-expanded;
	font-weight: bold;
	}
	
a.navi:link {color: #f1ece7; text-decoration: none; }
a.navi:visited {color: #f1ece7; text-decoration: none; }
a.navi:hover {color: #e35406; text-decoration: none; }
a.navi:active {color: #e35406; }

td.space {border: 0;
		padding: 0;
		margin: 0;
		width: 3px;}
	
a.normal:link { text-decoration: none;
		color: #e35406;
	 }
a.normal:hover { 
		color: #e35406;
		background: #666666; }

a.normal:visited {
		text-decoration: none;
		color: #861408;}

ul {list-style: none;
	margin-left: 40px;}
li {margin-bottom: 10px;}