BODY {
 Background-Attachment: fixed;
 Background-Color: Silver;
 Background-Image: url(backgrounds/light.gif);
 Font-Family: "Comic Sans MS", "Comic Sans", Cursive;
}

A:link {
 Color: blue;
}
 
A:hover {
 Color: darkorange;
}

A:active {
 Color: red;
}

A:visited {
 Color: olive;
}

H1,H2,H3,H4 {
 Font-Family: "Arial Black", Helvetica, Sans-Serif;
 Color: darkcyan;
}

H1 {
 Background-Color: lightsalmon;
 Border-Color: darkcyan;
 Border-Style: outset;
 Border-Width: medium;
 Padding: 0.3ex;
 Text-Align: center;
 Width: auto;
}

H2 {
 Background-Color: lightsalmon;
 Border-Color: darkcyan;
 Border-Style: ridge;
 Border-Width: medium;
 Padding: 0.1ex;
 Text-Align: left;
 Width: auto;
}

H3.lecture {
 Background-Color: yellow;
 Border-Color: darkcyan;
 Border-Style: ridge;
 Border-Width: medium;
 Padding: 0.1ex;
 Text-Align: left;
 Width: auto;
}

P.debut:First-letter {
 Font-Size: 300%;
 Float: left;
}

TH {
 Font-Size: larger;
 Text-Decoration: underline;
}

