
/* Beispiel eines Stylesheets */

body
{
    BACKGROUND-ATTACHMENT: fixed;
    BACKGROUND-REPEAT: no-repeat;
    BACKGROUND-COLOR: #000000
	COLOR: #000080;
    FONT-FAMILY: Verdana,Arial,Helvetica;
}

H1
{
	FONT-SIZE: 18pt;
    COLOR: #000080;
    FONT-FAMILY: Verdana,Arial,Helvetica
}
H2
{
    COLOR: #000080;
    font-size:10pt;
    font-weight:bold;
    align:bottom 
    FONT-FAMILY: Verdana,Arial,Helvetica
}