h1 {
  font-style: normal;
  font-weight: bolder;
  font-size: 20pt;
  font-family: "Verdana", "sans-serif";
  color: #000000;
}

h2 {
  font-style: normal;
  font-weight: bold;
  font-size: 16pt;
  font-family: "Verdana", "sans-serif";
  color: #000000;
}

h3 {
  font-style: normal;
  font-weight: bolder;
  font-size: 14pt;
  font-family: "Verdana", "sans-serif";
  color: #000000;
}

h4 {
  font-style: italic;
  font-weight: bold;
  font-size: 14pt;
  font-family: "Verdana", "sans-serif";
  color: #000000;
}

 body { color : Navy;
     background-color : White;
     font-family : "Verdana", "Arial", "sans-serif";
   }
   
.boxed { text-align : center ;
	 background-color : #FFFFFF ;
	 border-style : solid ;
	 border-width : 2px
       }

.titel { font-weight : bold }

.desc { font-size : smaller }

A {
	color: #0000CD;
}

A:hover {
	background-color : #F0E68C;
	color : #0000CD;
	text-decoration : none;
}

A:visited {
	color : #A52A2A;
	text-decoration : none;
}