<style>
Body {background: #ffffff;}
.mainbody
	{	
		background: url() fixed;
		font-family: "Arial", sans-serif;
		font-size: 12pt;
		color: #000000;
		scrollbar-face-color:#ffffff;
		scrollbar-arrow-color:#000000;
		scrollbar-track-color:#ffffff;
		scrollbar-shadow-color:#279AD3;
		scrollbar-highlight-color:#279AD3;
		scrollbar-3dlight-color:#279AD3;
		scrollbar-darkshadow-Color:#279AD3;
	}
	
h1 {
	font-family: "verdana", sans-serif;
	color: "#279AD3";
	font-size: large;
   }

h2 {
	font-family: "verdana", sans-serif;
	color: "#6CC635";
	font-size: medium;
   }

h3 {
	font-family: "arial", sans-serif;
	color: "#E89F9B";
	font-size: medium;
   }

h4 {
	font-family: "Verdana", sans-serif;
	color: "#279AD3";
	font-size: 12pt;
   }

h5 {
	font-family: "verdana", sans-serif;
	color: "#937871";
	font-size: medium;
   }

h6 {
	font-family: "Arial", sans-serif;
	color: "#937871";
	font-size: 12pt;
   }

:link {color: #279AD3;}
:visited {color: #6CC635;}
:active {color: #E89F9B;}
:hover {color: #E89F9B;}

.menutitle{
cursor:pointer;
margin-bottom: 5px;
background-color:#acdc9b;
color:#229AD7;
width:140px;
padding:2px;
text-align:center;
font-weight:bold;
/*/*/border:1px solid #000000;/* */
}

.submenu{
margin-bottom: 0.5em;
}

</style>