body {background-color: black}


/*   Links   */

a.noline {text-decoration: none}

a:link {color: #0000FF}     /* unvisited link */
a:visited {color: #0000FF}  /* visited link */
a:hover {color: #FF0000}   /* mouse over link */
a:active {color: #FF00FF}   /* selected link */


/*   Font colors   */

h1 {font-family: "arial black"; color: #00FF00; text-align: center; font-size: 200%}
h2 {font-family: "arial black"; color: #00FF00; text-align: center; font-size: 150%}
h3 {font-family: "arial black"; color: #00FF00; text-align: center; font-size: 125%}
h4 {font-family: "arial black"; color: #00FF00; text-align: center}

hr {color: #00FF00}

p {font-family: verdana; color: orange; font-size: 10pt}
p.footer {font-family: arial; text-align: center; font-size: 8pt}
p.price {font-family: "arial black"; color: #00FF00; text-align: center; line-height: 100%}
p.adds {font-family: "arial"; color: black; text-align: center; font-size: 8pt}

li {font-family: verdana; color: orange; font-size: 10pt}
ul {font-family: verdana; color: orange; font-size: 10pt}

ol.checkmark {
  list-style-image: url(checkmark.gif);
  list-style-type: circle
  }


/*   Specify use via: class="<tag>"   */

.left {text-align: left} 
.center {text-align: center} 
.right {text-align: right} 
.bold {font-family: "arial black"}
.patternlist {font-family: arial; text-align: left; font-size: 8pt; line-height: 120%}
