BODY {
	margin-top : 10px;
    margin-bottom : 10px;
	background-image : url(iconsb/backy.gif);
	font-family : Verdana, Arial, SansSerif;
	font-size : 10px;
	color: #990000;
}

H1 {
	font-weight : bold;
	font-size : xx-large;
   font-family: Arial, Helvetica, sans-serif; 
   color: #CC0000;
}

H2{
	font-weight : bold;
	font-size : x-large;
   font-family: Arial, Helvetica, sans-serif;
  color: #cc0000;
}

H3{
	font-size : large;
	font-weight : bold;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #CC0000
}

H4 {
	font-size : medium;
	font-weight : bold;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}

H5 {
	font-size : small;
	font-weight : bold;
    font-family: Verdana, Arial, Helvetica, sans-serif
}

LI {
	list-style-image : url(iconsb/aniQuadrat.gif);
	list-style-type : disc;
}

TD, p {
	color : #990000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	 font-size: 10px; 
	 background-image: none
}

A {
	background-color: #3DA1CC;
	text-decoration: underline;
	font-size: 10px;
	padding-right: 6px;
	padding-left: 6px;
	padding-top: 4px;
	padding-bottom:4px;
	border-top: 3px solid #B3E8FF;
	border-bottom: 3px solid #B3E8FF;
	cursor: hand;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
}

A:hover {
	background-color: #B3E8FF;
	text-decoration: underline;
	cursor: hand;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 3px solid #3DA1CC;
	border-top: 3px solid #3DA1CC;
}

