/* CSS-Datei für EDT */
body	{
	margin-top : 30px;
	margin-left : 10px;
}
	
a,p,ul,ol,li,div,td,th,tr, b,I,tr,td {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 13pt;
	line-height: 15pt;
	font-weight : normal;
	color: Navy;
}

h1,h2,h3,h4,h5,h6  {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bolder;
	color : #FF3300;
}

h1 {font-size: 35pt;}
h2 {font-size: 30pt;}
h3 {font-size: 25pt;}
h4 {font-size: 20pt;}
h5 {font-size: 17pt;}
h6 {font-size: 14pt;}


A:link, A:active {
	text-decoration: none;
	COLOR: Navy;
}
A:visited {
	text-decoration: none;
	COLOR: Navy;
}
A:hover {
	text-decoration: none;
	COLOR: #CC0000;
}
