BODY, UL {
    background-color: #CFF;
    color: black;
    font-family: "Zurich BT", Helvetica;
    }

H1 {
    color: green;
    background-color: #CFF;
    text-align: center;
    font-family: "Zurich BT", Helvetica;
    }

H2, H3, H4, H5, H6 {
    background-color: #CFF;
    color: teal;
    font-family: "Zurich BT", Helvetica;
    text-align: left;
    margin-left: 5%;
    }

P {
    font-family: "Zurich BT", Helvetica;
    text-align: justify;
    background-color: #CFF;
    }

A {
    text-decoration: none;
    color: green;
    }

TD {
    }

TD.menu {
    color: black;
    background-color: #CCF;
    }

A.menu {
    color: green;
    background-color: #CCF;
    }

P.menu {
    color: black;
    background-color: #CCF;
    font-size: 70%;
    }

.first:first-line {
    font-weight: bold;
    }

.credits {
    font-size: 60%;
    text-align: center;
    }

.small {
	font-size: 50%;
	}

.clearleft {
	clear: left;
	}

.text {
    text-indent: 5%;
    }

.textonyellow 
    {
    background-color: #FF9;
    font-size: 80%;
    text-align: none;
    }

.break {
    background-color: #FF0;
    width: 100%;
    }

.logo {
    font-weight: bold;
    float: right;
    font-family: "Zurich BT", Helvetica;
    }
