@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Verdana;
	font-size: 14px;
}
h1 {
	font-family: Hattenschweiler;
	font-size: xx-large;
	color: #CC0000;
	marging: 0px;
}

h2 	{
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 18px;
	marging: 0px;
}
h2,h3,h4,h5,h6 {
	font-family: Verdana;
}

a {
	color: #000099;
	font-weight: normal;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;

}

a:visited {
	color: #000099;
}

ul {
	padding-left: 5px;
	

}

li {
	line-height: normal;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	padding-left: 5px;
	
}
