<!-- default body attributes -->
BODY {background: wheat; color: midnightblue; font-weight: bold}

<!-- home page extra attribute -->
.homebody {background: URL(../backgrds/bg_cloud.html)}

<!-- link text colours -->
A:visited {color: gray}
A:link    {color: darkred}

<!-- other defaults -->
H1 {color: firebrick; font-size: 25pt; font-family: arial;
    text-align: center}
HR {color: firebrick; height: 4pt}

<!-- extra classes -->
.samelinert {margin-top: -14pt; text-align: right}
.centertext {text-align: center}
