BODY
{
    BACKGROUND-COLOR: #1d1d1d;
    FONT-FAMILY: 'Times New Roman',Times,serif;
    FONT-SIZE: 10pt;
	font-weight: normal;
}
H1
{
    COLOR: #2b0202;
    FONT-FAMILY: 'Times New Roman',Times,serif;
    FONT-SIZE: 14pt;
	TEXT-ALIGN: CENTER;
}
H1.white
{
    COLOR: #DDDDDD;
    FONT-FAMILY: 'Times New Roman',Times,serif;
    FONT-SIZE: 14pt;
	TEXT-ALIGN: CENTER;
	font-weight: normal;
	letter-spacing:0.5em;
	line-height:.5em;
}
H2
{
    COLOR: #560910;
    FONT-FAMILY: 'Times New Roman',Times,serif;
    FONT-SIZE: 12pt;


}
H3
{
    COLOR: #454545;
    FONT-FAMILY: 'Times New Roman',Times,serif;
    FONT-SIZE: 10pt;
	


}

P
{
font-family: 'Times New Roman',Times,serif;
font-size: 10pt;
font-weight: normal;
}


P.spacer
{
font-family: 'Times New Roman',Times,serif;
font-size: 5pt;
font-weight: normal;
}

.nocolor
{
    BACKGROUND-COLOR: white;
}
A:link
{
    COLOR: #777777;
    TEXT-DECORATION: none;
}
A:visited
{
    COLOR: white;
    TEXT-DECORATION: none;
}
A:active
{
COLOR: white;
TEXT-DECORATION: none;
}
A:hover {
	text-decoration: underline;
	color : white;
}

TD
{
font-family: 'Times New Roman',Times,serif;
font-size: 10pt;
font-weight: normal;
}

TD.color
{
font-family: 'Times New Roman',Times,serif;
font-size: 10pt;
font-weight: normal;

border:2px solid #4e080e; 
padding:10px;
vertical-align:top

}

TD.gallery
{
font-family: 'Times New Roman',Times,serif;
font-size: 10pt;
font-weight: normal;
background-color:#bdbdbd;
border:1px solid #4e080e; 
padding:5px;
vertical-align:middle;

}

TD.header
{
COLOR: #DDDDDD;
    FONT-FAMILY: 'Times New Roman',Times,serif;
    FONT-SIZE: 13pt;
	TEXT-ALIGN: CENTER;
	font-weight: normal;
	letter-spacing:0.3em;



}
TD.red
{
font-family: 'Times New Roman',Times,serif;
font-size: 10pt;
font-weight: normal;
background-color:#bdbdbd;
border:thin solid #4e080e; 
padding:10px;
vertical-align:top
}

TD.red2
{
font-family: 'Times New Roman',Times,serif;
font-size: 10pt;
font-weight: normal;
border:thin solid #4e080e; 
padding:3px;
vertical-align:top
}

.tip
{
font-family: Tahoma, Arial;
color: green;
font-size: 8pt;
font-weight: normal;
font-style:italic;
}


mit der .CLASSNAME-syntax kannst du eigene klassen definieren (nicht nur die
standard-tags) und so verwenden:
<span class="tip">blablabla</span>





