DIV,BODY,TD,TH,TR,TABLE,FONT,INPUT,LI,UL,FORM,
BLOCKQUOTE,P,B,I,H1,H2,H3,H4,H5 {
/*  font-family: arial,helvetica,sans-serif; */
  font-family: courier;
  color : #999999; 
/*  color : #888888; */
  background : #000;
/*  background : #111; */
}

A:link { color : #888888}
A:active { color : #888888}
A:visited { color : #888888}
A:hover { 
   color : #bbb;
   background: #888888;
}

.caption {
  font-size : 9pt;
  color : #999999;
  font-style : italic;
}

IMG.thumbnail {
  border-style : none;
  border-width : 2px;
  border-color : #111;
}

IMG.display {
  border-style : none;
  border-width : 2pt;
  border-color : #444444;
}


h2 
{
  font-size:         12pt; 
  font-weight:      normal;
  font-family: arial;
  text-align:       right; 
  letter-spacing:     8px; 
  padding-top:       15px;
  padding-bottom:    15px; 
  margin-left:       2px;
  margin-right:      2px; 
/*  background-color: black; */
  background-color: #171717;
  color:  white;
  border-bottom: 1px solid #d5ae83;
}

h2:first-letter
{
  color:      #d5ae83;
  font-style: bold;
  font-size:  22pt;
/*  font-family: vivaldi; */
}

#othersizes {
 font-family: arial,helvetica,sans-serif;
}

.thumbnail {
  background-color: #000;
  border: 1px solid #171717;
}

a.thumbnail:hover {
  background-color: #000;
}

#image a:hover {
  background-color: #000;
}

textarea {
  background-color: #171717;
  color: white;
}

input {
  background-color: #171717;
}


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