.standard {  	font-family: Verdana, Arial, Helvetica, sans-serif;
			 	font-size: 11px;
			 	font-style: normal;
			 	font-weight: normal;
			 	color: #000000;
			 	text-decoration: none}
.headline { 	font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 11px; 
				font-style: normal; 
				font-weight: bold; 
				color: #000000; 
				text-decoration: none}
.navi { 		font-family: Verdana, Arial, Helvetica, sans-serif; 
				font-size: 11px; 
				font-style: normal; 
				font-weight: bold; 
				color: #000000; 
				text-decoration: none }
.navi:hover {  	font-family: Verdana, Arial, Helvetica, sans-serif; 
				font-size: 11px; 
				font-style: normal; 
				font-weight: bold;
				color: red; 
				text-decoration: underline}
.navi_active { 	font-family: Verdana, Arial, Helvetica, sans-serif; 
				font-size: 11px; 
				font-style: normal; 
				font-weight: normal; 
				color: #FF0000; 
				text-decoration: none}
.background {
	background-image: url(images/bckgrd01.jpg);
	background-attachment: fixed;
	background-color: #C4E1FF;
	background-repeat: no-repeat;
	background-position: center left;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center left;
}
