/* m_style.css */
BODY { font-family: ms sans serif, arial, times new roman;
       font-size  : 12pt;
	   color:#00000;
	   background-color:#E2AD0C;
	   background-image:url("image/b_gelb2.gif");
	   background-attachment:fixed;
	 }
A:an, A:link, A:visited, A:active  {
      text-decoration: none;display:bock;font: bold; 
	  width:160px;line-height:30px;
      text-indent:4px;
	  }
a:hover { background-color: #FDFEE0;}
