.menutitle{
cursor:pointer;
 margin-bottom: 5px;
 background-color: #FFcc33;
 color: #000000;
 width: 160px;
 padding: 2px;
 font-family: Andy;
 text-align: center;
 font-weight: bold;
 font:bold 12pt Verdana;
 /*/*/border: 0px solid #000000;/* */;
}

.submenu
	{
 	margin-bottom: 0.5em;
 	color: white;
   font:10pt Verdana;
	}

#mainmenue
	{
 margin-bottom: 5px;
 background-color: #FFcc33;
 color: black;
 width: 160px;
 padding: 2px;
 text-align: center;
 font-weight: bold;
 font:bold 12pt Verdana;
 /*/*/border: 0px solid #000000;/* */;
	}

body {
 background-color:#6633cc;
 font-family: Andy;

}
 a:link {color:black;text-decoration: none;}
 a:visited {color: black; text-decoration: none;}
 a:hover {color: white;text-decoration: none;}
 a:active {color: black;text-decoration: none;}