
body {
	font-family: Arel, Helvetica, Verdana, sans-serif;
	font-size: 70%;
	line-height: 1.6em;
	text-align: left;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	background-color: #CCCCCC;
	color: rgb(0, 0, 0);
}


h1 {
	font-size: 1.5em;
	font-weight: bold;
}
a:link {
	padding: 1px;
	color: #333333;
	text-decoration: none;
	}
a:visited {
	padding: 1px;
	text-decoration: none;
	color: #000000;
}
a:hover {
	padding: 1px;
	
	text-decoration: none;
	color: #000000;
	background-color: #cf6a12;

}
a:active {
	padding: 1px;
	text-decoration: none;
	color: #333333;
}
ul{
	list-style: none;
	line-height: 1.2;
} 

.subnavigation {
	margin-top: 4px;
	margin-left: -33px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}

