a:link      { text-decoration:none; color:#006633; } /* noch nicht besuchte Ziele */
a:visited   { text-decoration:none; color:#006633; } /* besuchte Ziele */
a:hover     { text-decoration:underline; } /* Verweise bei "MouseOver" */
a:active    {  } /* Angeklickte Verweise */

a.quickLink:hover { border-bottom:1px dashed #063; text-decoration:none; color:#003333; }

h3 { 
	font-weight: bold; 
	font-size: 2.1em;
	margin-bottom: 15px;
	margin-top: 5px;
}

blockquote
{
  border-left:2px solid black;
  padding:10px;
  padding-left:20px;
  padding-bottom:5px;
  margin:0;
  margin-top:5px;
}

table {
	width: 95%;
	margin-left: 2.5%;
}
