BODY{
  color		:  #930c1c;
  background	:  black;
  margin:	0;
  font-family	: arial,verdana,sans-serif;
}
 
A {
text-decoration	:	none;
}
 
A:link          { color:  white; }
A:active        { color:  white; }
A:visited       { color:  white; }
A:hover         { color:  white; }
 
A.header:link          { color:  black; }
A.header:active        { color:  black; }
A.header:visited       { color:  black; }
A.header:hover         { color:  #000077; }
 
h1, h2 {
        border-bottom:  #CCCCCC 3px solid;
        border-left: 1px none;
        border-right: 1px none;
        border-top:  #CCCCCC 3px solid;
        margin-bottom: 1em;
        margin-left: -10px;
        margin-right: 0px;
        padding: 14px;
        width: 99%;
        display: block;
        background:  #000000;
        color:  white;
        font-size: 20px;
        font-weight: bold;
        letter-spacing: 6px;
        text-align: center;
        height: 30px;
        position: relative;
 
}
h2:first-letter
{
  color:  #CCCCCC;
  font-style: bold;
  font-size: 30pt;
}
 
h3 {
 font-family: sylfaen;
 border-bottom:  #CCCCCC 2px dotted;
 border-top:  #CCCCCC 2px dotted;
 border-left: 1px none;
 border-right: 1px none;
 padding: 2px;
 width: 400px;
 display: block;
 background:  #111111;
 color:  white;
 font: 10px;
 font-weight: normal;
 letter-spacing: 0px;
 text-align: center;
}



BODY { margin-top: 0px; top: 0px; }
BODY TABLE A IMG { display: inline; }
HR { position: relative; }
