* { 
font-family:arial, times new roman, helvetica, sans-serif;
font-size: 16px; 
color: white; 
font-weight: normal; 
text-decoration: none;
}

#a:link     {font-weight:bold; text-decoration:none; color:Blue}
#a:visited  {font-weight:bold; text-decoration:none; color:Gray}
#a:hover    {font-weight:bold; text-decoration:underline; color:Red}


.button
      {
      border-radius: 5px;
      font-family:arial, times new roman, helvetica, sans-serif;
	  font-size:14px;
      color: #000000;
      background-Color: #ffce00;
      border-left: 2px solid #CCCCCC;
      border-top: 2px solid #CCCCCC;
      border-right: 3px solid #000000;
      border-bottom: 3px solid #000000;
      text-decoration: none;
      }
.button:hover
      {
      border-radius: 5px;
      Color: #000000;
      background-Color:#ffce00;
      border-left: 2px solid #000000;
      border-top: 2px solid #000000;
      border-right: 3px solid #cccccc;
      border-bottom: 3px solid #cccccc;
      text-decoration: none;
      } 
    
.weiss_gross {font-size:18px; font-weight:bold; text-decoration:none; color:white;}


	
.black-border 
	{
    border: 3px solid black;
	
.no-border 
	{
    border: 0px solid black;