/* I need to start keeping track of revisions
      04.06.18 zillmann
        - added definition for th100 for the header for the sticker section
        - added definition for img to remove all borders
      04.01.28 zillmann
        - added definition for td.featured for featured links, to use in
           place of the featured link image
      04.01.30 zillmann
	    - added	definition for abbr and acronym
      04.02.13 zillmann
            - changed   grays (#666666 became #333333
                               #999999 became #666666 for better readability)
      05.03.03 zillmann
            - changed a:footer:visited:background-color from white to black
      05.05.18 zillmann
            - changed em to gray background
*/

/* general elements */

body {
  color: #ffffff;
  background: #000000;
}

div.center {
  text-align: center;
}

p {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10pt;
  font-weight: 100;
}

p.footer {
  font-size:xx-small;
}

h1.big {
  font-family: sans-serif;
  font-size:large;
  font-weight:700;
}

p.small {
  font-family: Verdana, Arial, sans-serif;
  margin:0em;
  font-size:x-small;
}

/* anchors and links */

a.footer:link {
  color:#ffffff;
  background-color:#333333;
}

a.img:link {
  background-color:#000000;
  color:#000000;
}

a.img:hover {
  background-color:#000000;
  color:#000000;
}

a.img:visited {
  background-color:#000000;
  color:#000000;
}

a.footer:visited {
  color:#ffffff;
  background-color:#000000;
}

a.long {
  font-size:6pt;
}

a {
  text-decoration: none;
}

a:link {
  color:#ff33cc;
  background-color:#333333;
}

a:visited {
  color:#cc99ff;
  background-color:#333333;
}

a:active{
  color:#ff0099;
  background-color:#333333;
  }

a:hover {
  background-color: #666666;
  color: #000000;
}

/* table stuff */

table {
  font-family:Verdana, Arial, sans-serif;
  margin-bottom:1em;
  border-style:none;
  margin-left:5%;
  margin-right:5%;
}

td {
  font-family:Verdana, Arial, sans-serif;
  font-size:10pt;
  padding:3px;
  border-style:none;
  background-color:#333333;
  color:#ffffff;
  text-align:left;
}

td.spacer {
  font-family:Verdana, Arial, sans-serif;
  font-size:12pt;
  padding:4px;
  text-align:center;
  background-color:#000000;
  color:#ffffff;
}

td.featurespacer {
  font-family:Verdana, Arial, sans-serif;
  font-size:12pt;
  font-weight: 700;
  padding:4px;
  text-align:center;
  background-color:#ff33cc;
  color:#000000;
}

td.desc {
  font-family:Verdana, Arial, sans-serif;
  font-size:8pt;
  letter-spacing: -.5pt;
}

th {
  font-family:Verdana, Arial, sans-serif;
  font-size:10pt;
  font-weight:700;
  border-style:none;
  background-color:#666666;
  color:#ffffff;
}
th21 {
  width:21%;
  font-family:Verdana, Arial, sans-serif;
  font-size:10pt;
  font-weight:700;
  border-style:none;
  background-color:#666666;
  color:#ffffff;
}
th30 {
  width:30%;
  font-family:Verdana, Arial, sans-serif;
  font-size:10pt;
  font-weight:700;
  border-style:none;
  background-color:#666666;
  color:#ffffff;
}
th49 {
  width:49%;
  font-family:Verdana, Arial, sans-serif;
  font-size:10pt;
  font-weight:700;
  border-style:none;
  background-color:#666666;
  color:#ffffff;
}
th100 {
  width:100%;
  font-family:Verdana, Arial, sans-serif;
  font-size:10pt;
  font-weight:700;
  border-style:none;
  background-color:#666666;
  color:#ffffff;
}

/* decoration info */

em {
  font-family:OCR A Extended, Courier, monospace;
  font-style:normal;
  font-size:x-large;
  font-weight:100;
  color:#ff0099;
  background-color:#333333;
  border: dashed 1px #ff0099;
}

span.broken {
  color:#000000;
  background-color:#333333;
}

span.strike {
  text-decoration: line-through;
}

acronym {
  border-bottom: 1px dotted #ffffff;
}

abbr {
  border-bottom: 1px dotted #ffffff;
} 

span.nowrap {
  white-space: nowrap;
}

img {
  border: 0;
}

img.w3c {
  width:88px;
  height:31px
}
