body
{
  background-color:#4D4D4D;
  margin:0px;
  padding:0px;
  font-size:15px;
  font-family:arial;
  color:#ffffff;
}

a:link { font-family:arial; color:#ffffff; text-decoration:none;}    /* noch nicht besuchte Ziele */
a:visited { font-family:arial; color:#ffffff; text-decoration:none; font-weight:normal} /* besuchte Ziele */
a:hover { font-family:arial; color:#ffffff; text-decoration:underline + overline; font-weight:bold }   /* Verweise bei "MouseOver" */
a:active { font-family:arial; color:#ffffff; text-decoration:underline; font-weight:bold}  /* Angeklickte Verweise */
a:focus { font-family:arial; color:#ffffff; text-decoration:none; }   /* Verweise, die Fokus erhalten */

.header
{
	font-family:Verdana;
	color:#ffffff;
	font-size:30px;
	font-weight:bolder;
}