h1, h2, h3, h4, h5 { color: red;
                     font-family: "comic sans ms", "monotype corsiva", cursive }
body { background-color: BLACK;
       background-image: url("starstripe.gif");
       background-repeat: repeat-y;
       background-attachment: fixed;
       font-family: "Helvetica", "Arial", sans-serif;
       margin-left: 90px;
       color: WHITE } 
A:link {color: red}
A:visited {color: blue}
A:active {color: white} p { line-height: 100% }
ul li { font-size: 70% }
.red { color: red }
.green { color: green }
.blue { color: blue }
#big { font-size: 120% }
#upper { text-transform: uppercase } 
