H4 {
	text-align : center;
}
H1:first-line {
	fontSize : "12px";
	font-weight : bold;
}
H1  {
	fontSize : "9px";
	font-family : sans-serif;
	text-align : center;
	margin-bottom : 1px;
	margin-top : 1%;
	font-weight : lighter;
}
h3  {
	fontSize : "11px";
	font-family : "Bookman Old Style";
	text-align : center;
}

td  {
	color : #000000;
	fontSize : "12px";
	font-family : Verdana;
	text-align : left;
}

 td:first-line  {
	font-weight : bold;
	ime-mode : active;
	height : 111%;
}
	
p  {
	font-size : medium;
	font-family : "MS Sans Serif", Geneva, sans-serif;
	text-align : justify;
}

li  {
	font-size : small;
	font-family : Arial;
	text-align : left;
}


a:link  {
	text-decoration : none;
	font-weight : bold;
	font-family : Arial, Helvetica, sans-serif;
}

/* bereits besuchte Seiten*/
a:active  {
	color : #0000FF;
	border-style : inset;
	border-color : #B91017;
	padding-top : 3px;
	padding-bottom : 2px;
	border-width : 0px;
	text-transform : uppercase;
}

/* gerade angeklickt*/
a:hover  {
	color : #B91017;
	font-weight : bold;
	text-decoration : underline;
	background-color : #C0C0C0;
}

a:visited  {
	font-weight : normal;
	text-decoration : none;
}

