/* CSS-Definitionsdatei, die SiteStyle-Stylesheets enthält */

body, td, p {
font-size: 90%;
font-color: #FFF;
color: #FFF;
font-weight: normal;
font-style: normal;
text-decoration: none ;
font-family: Verdana , Tahoma , Arial , Helvetica , Sans-serif;
}

img a, a:link img, a:visited img, a:active img {
color: none;
background-color: none;
background: none;
border: 0px;
}

a:hover img, a:focus img {
color: none;
background-color: none;
}

a, a:link, a:visited, a:active {
color: #FFF;
background-color: rgb(123,0,0);
}

a:hover, a:focus {
color: rgb(143,0,0);
background-color: rgb(255,255,255);
}

H1 {
font-size: +1,5em;
text-align: center;
color: #FFFFFF;
background-color: black;
/*outline-width:1px 0px;
outline-style: solid;
color-style: #ff0000;*/
border-width:1px 0px;
border-style: solid;
border-color: #FF0000;
margin-top:0px;
}

H2 {
font-size: +1em;
text-decoration: underline;
text-align: left;
color: red;
}

H3 {
font-size:+2em;
font-weight: bold;
text-align: center;
font-color: white;
}

H4 {
font-size: +1em;
text-decoration: underline;
text-align: left;
color: red;
}

H4 {
font-size: large;
color: rgb(83,83,83);
font-weight: bold;
text-align: center;
}

td {
border:2px solid rgb(123,0,0);
background-color:black;
}

table {
border-collapse:collapse;
}