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:#C0C0C0; text-decoration:none; }
a:visited { color:#C0C0C0; text-decoration:none; }
a:hover { color:#999999; text-decoration:underline;}

a.header { color:#FFFFFF; }
//a:visited.header { color:#FFFFFF; }
//.header { a:hoverr { color:#FFFFFF; }}


ul.red { list-style-image: url(../images/redball.gif); list-style-type: circle; }
ul.green { list-style-image: url(../images/greenball.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; }

li.main { list-style-image: url(../images/redball.gif); list-style-type: circle; }
li.sub { list-style-image: url(../images/orangeba.gif); list-style-type: circle; }

hr { width: 100%; height: 2px; }
h1 { font-size:40px; font-weight:bolder }
h2 { font-size:25px; }
h3 { font-size:20px; font-weight:bolder; padding-bottom: 0px; padding-top: 15px;  }
h4 { font-size:12px; }
h5 { font-size:10px; }


.greylinkro {color: #C0C0C0; text-decoration: none;}
.greylinkro:hover {color: white; text-decoration: underline;}
.whitelink {color: white; text-decoration: none;}


