body
{

}
td a.gmenu
{
	text-decoration: none;
	background: lightblue;
	color: black;
	width: 100%;
	display: block;
	font-family: verdana;
	font-size: x-small;

}

td a.gmenu:hover
{
	background: teal;
	color: white;


}

.submenu a
{
	border: 1px solid navy;
	display: block;
	width: 160px;
	text-decoration: none;
	background: lightblue;
	color: black;
	font-family: verdana;
	font-size: x-small;
}
.submenu a:hover
{
	background: teal;
	color: white;
}

.level2menu a
{
	border: 1px solid navy;
	width: 160px;
	background: lightblue;
	text-decoration: none;
	display: block;
	color: black;
	font-family: verdana;
	font-size: x-small;
}

.level2menu a:hover
{
	background: teal;
	color: white;

}

.level2menu a:active
{
	background: teal;
	color: black;
	font-family: verdana;
	font-size: x-small;
}

.level2menu a:visited
{
	background: silver;
	color: black;

}


table.gmenu
{
	background: silver;
	color: black;
	position:relative;
	left: 0px;
	top: 0px;
	

}

td.gmenu
{
	background: silver;
	color: black;
}

td.gmenu:hover
{
	background: teal;
	color: white;

}

#menu, #description
{
	float: left;
}

#description
{

	margin-left: 50px;
}

<style type=text/css>
  /* hier wird der Stil der KREBSINFO-Homepage definiert */

  /* hier wird der Stil der LINKS definiert */
  form {	font : 8pt Verdana, sans-serif;  }
  a:visited { color: #000066;  text-decoration: none; font-size: 8pt; }
  a:hover { color: #6600CC; text-decoration: none; font-size: 8pt; }
  a:link    { color: #0000CC;  text-decoration: none; font-size: 8pt; }
  a:active { color: #999999; text-decoration: none; font-size: 8pt;}

  /* hier wird der Stil der Seiten definiert #CCFFFF */
  body { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 8pt; background-color: #CCFFFF;}
  h1 { font-size: 8pt; font-family:Verdana, Helvetica, Arial, sans-serif; color: #000000;}
  h2 { font-size: 8pt; font-family:Verdana, Helvetica, Arial, sans-serif; color: #000000;}
  td { font-size: 8pt; font-family:Verdana, Helvetica, Arial, sans-serif; color: #000000; }
  th { font-size: 8pt; font-family:Verdana, Helvetica, Arial, sans-serif; color: #000000; font-weight: bold;}

</style>