body { 
  background-image: url("../images/DELETEME.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  color: rgb(255, 255, 255); 
  background-color: rgb(0, 0, 0); 
}

a:link { color:#eeddaa; text-decoration:none; }
a:visited { color:#eac5a3; text-decoration:none;  }
a:hover { color:#ddaa33; text-decoration:underline }

hr { width: 100%; height: 2px; }
h1 { font-size:35px; }
h2 { font-size:25px; }
h3 { font-size:20px; }
h4 { font-size:12px; }
h5 { font-size:10px; }

div.introduction { margin-left: 3em; margin-right: 3em; font-weight: bold; }
div.inlined { margin-left: 4em; margin-right: 4em; }

ul.red { list-style-image: url(../images/redball.gif); list-style-type: circle; }
ul.green { list-style-image: url(../images/greenbal.gif); list-style-type: circle; }
ul.orange { list-style-image: url(../images/orangeba.gif); list-style-type: circle; }
ul.yellow { list-style-image: url(../images/yellowba.gif); list-style-type: circle; }
ul { list-style-image: url(../images/yellowba.gif); list-style-type: circle; }


