body {
 background-color: rgb(56, 52, 235); /*4, 0, 175*/
 color: rgb(192, 192, 192);
 margin: 4% 4% 4% 10px;
 text-align: justify;
 font-family: Lucida Grande, Tahoma, sans-serif; 
 font-size: 100%;}/*90%*/

P {
 font-family: Lucida Grande, Tahoma, sans-serif; 
 font-size: 100%;}/*90%*/


.nav-feld {
	text-align: left;
	font-family: Lucida Grande, Tahoma, sans-serif; 
	font-size: 100%;/*90%*/
	font-weight: bold;
	color: #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
	border-right: 1px solid #AAAAAA;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.nav-feld-text {
	color: #AAAAAA;
}
.nav-feld-over {
	background-color: #FFFFFF;
	border-bottom: 1px solid #AAAAAA;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
	text-align: left;
	color: #060606;
	font-family: Lucida Grande, Tahoma, sans-serif;
	font-size: 110%;/*110%*/
	font-weight: normal;
}
.nav-feld-text-over {
	color: #FF1515;
	text-decoration :none;

}

B {
 font-weight: Bold;}

h1 {
 font-size: 150%;
 line-height: 120%;
 text-align: center;}


li {
	font-size: 100%;}/*90%*/
td {
	font-size: 100%;}/*90%*/
tr {
	font-size: 100%;}/*90%*/


A:link               { color: #AAAAAA; /*text-decoration :underline;*/ }
A:visited          { color: #AAAAAA; /* color: #AA66AA; text-decoration :underline;*/ }
A:hover           { color: #FFFF00; text-decoration :none; }
A:active           { color: #AAAAAA; text-decoration :underline; }
