/* DATEI: homepage.css */
/* Hier werden die zentralen Formate  definiert */
h1{text-align:center;font-family:Microsoft Sans Serif;font-size:21pt }
h2{text-align:center;font-family:Microsoft Sans Serif;font-size:18t }
h3{text-align:center;font-family:Microsoft Sans Serif;font-size:15pt }
h4{text-align:center;font-family:Microsoft Sans Serif;font-size:12pt }

p,li,body {font-family:Microsoft Sans Serif;font-size:11pt }

hr {background-color: rgb(0, 0, 102); height:5px}

td,th {font-family:Microsoft Sans Serif;font-size:11pt}

A:LINK {color : #400A84;font-family:Arial} 
A:hover {text-decoration:none; color:#000000; background-color:#F6C783}

