body {
color:black;
background:white;
margin:0;
padding:0;
font-family:  Arial, sans-serif, New Roman; Verdana;
font-size: x-small;
}
* html body {
font-size: x-small; /* für IE5/WIN */
f\ont-size: small; /* für andere IE Versionen */
}
h1 {
font-size: 150%;
font-weight: bold;
letter-spacing: 0.1em;
text-transform: uppercase;
}
h2 {
font-size: 140%;
}
h3 {
font-size: 130%;
}
ul li {
font-size: 90%;
}
#note {
font-size: 85%;
color: #999;
}
a { color: blue; }
.tcr_tab{
background: silver;
}
table {
position: relative;
top: -4px;
left: -4px;
width: 100%;
border: 1px solid #000;
background: greenyellow;
}
table caption {
margin: 0;
padding: 8px 20px;
text-align: center;
border: 1px solid black;
border-bottom: none;
background: blue;
color: yellow;
}
table th, table td {
margin: 0;
padding: 8px 20px;
text-align: left;
border: 1px solid silver;
border-bottom: 1px solid silver;
}
table th {
color: black;
}
table .name {
text-align: left;
font-size: 150%;
font-weight: bold; 
}
table .link {
text-align: left;
color: white;
}
table tr {
background: lightskyblue;
}
table tr.alt {
background: white;
}
/*table td a {
display: block;
font-weight: bold;
background: silver;
}*/
table .headline {
display: block;
font-size: 150%;
text-align: center;
font-weight: bold;
}
