.red {color: #C70A0A;}
.green {color: #28C20A;}


a:active { font-size:20px; color:#0000bf;}
a:hover { font-size:20px; color:red; text-decoration:none;}
a:link { font-size:20px; color:#ff7f00;}
a:visited { font-size:20px; color:#ffaf00;}
a:link.dark { font-size:20px; color:blue;}
a:visited.dark { font-size:20px; color:#007fff;}
body { background-color:#3f8a2c;font-family:Arial,Helvetica; font-size:12px; color:#cfcfcf; text-align:justify;}
h1 { font-size:60px;line-height:60px; text-align:center;}
h2 { font-size:40px;color:black;}
h3 { font-size:20px;color:white;}
h4 { font-size:60px; text-align:center;}
h5 { font-size:24px;color:white;}
h6 { font-size:12px;color:blue;line-height:0px}
h7 { font-size:12px;color:white;line-height:0px}
h8 { font-size:60px;}
img.middle { vertical-align:middle;}
input { font-size:12px;}
li { margin-left:-20px;}

input.search { width: 8em;  height: 3em;font-size:22px;color:black;}


#refresh  {background-color:yellow;font-size:40px; text-align:center; color:black}
/* #refresh Formatiert den Container div id="refresh" */

<style>
table#table {
 margin: Auto;
 width: 100%;
 border-spacing: 3px;
 text-align: center
 table-cell: center
}

table#table tr th {
 background-color: #EEEEEE;
 text-align: center
}

table#table tr th,
table#table tr td {
 border: Solid Thin #FF0000;
 text-align: center
}

table#table tr th,
table#table tr td {
 padding: 10px;
 text-align: center
}







</style>