/* Stylesheet des Web Geschichtslehrpfad */

/* Body */
body {
	margin-top:0px;
	margin-left:5px;
	margin-right:5px;
	background-color:#666666;
	scrollbar-base-color:#666666;
	scrollbar-track-color:#CCCC99;
	scrollbar-arrow-color:#CCCC99;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#CCCC99;
}

/* Hyperlinks */
a:link { color:#FFFF00;
         text-decoration:underline}
a:active { color:#999900; 
           text-decoration:underline}
a:visited { color:#FFFF99;
            text-decoration:underline}
a:hover { color:#999900;
          text-decoration:underline}
a:focus { color:#999900;
          text-decoration:underline}

/* Textformate */
td { font-size:100%}
p td { font-weight:bold}
th {font-size: 150%;
	font-weight: bold;}
