body, td, p, a, h1, h2, h3, h4, h5, h6, ol, ul, table {
        font-family : Verdana, Arial, Helvetica, sans-serif;
             }
body, td, p, span, .txt {
        font-size : 14px;
        }

h2, h3, h4, h5, { /*h2 wird von Opera ignoriert*/
        font-size : 15px;
        }

h1{
        font-size : 16px;
        }
h5{
        font-size : 10px;
        color : #FFFFFF
        }
h6{
        font-size : 10px;
        }

b {
        font-weight : 600;
        }
/* p:first-letter{
        font-size:130%;
        font-weight:900;
        font-style: italic;
        }Erst zum Schluss aktivieren * nur MSIE 6 und Opera*/

p.comment {
        border: 1px;
        border-style: solid;
        margin: 100px;
        padding: 10px;
        background-color: #F3F3FF;
        }
p.comment.block {
        text-align: justify;
        }

/*Beispiele für verschachtelte Formate siehe auch Seite 130*/
.textblock a, .textblockpress a {
        font-weight : bold;
        }
.textblock a:hover, .textblockpress a:hover {
        color : #808080;
        }

