
DIV,TH,TR,TD,TABLE,FONT,INPUT,LI,UL,FORM,
BLOCKQUOTE,P,B,I,H1,H2, H3,H4,H5,FONT {
    font: 11px Verdana;
    color: white;
    background : black;
}

h1 { font: 11px Verdana; }
h2 { font: 11px Verdana; }
h3 { font: 11px Verdana; }
h4 { font: 11px Verdana; }
h5 { font: 11px Verdana; }

body {
    font: 11px Verdana;
    color: white;
    background : black;
    margin: 20px 60px 100px 60px; /* -- page margins: top right bottom left -- */
    border: 0;
}
A:link { color: #FDF401 }
A:active { color : #99CCFF }
A:visited { color: #CCCCFF }

IMG.thumbnail { /* used to add a 5px white border to thumbnails */
  border: 1px solid #fff;
}
IMG.display { /* used to add a 5px white border to actual images */
  border: 1px solid #fff;
}

/* -- end styles -- */

BODY { margin-top: 0px;
	top: 0px;
     }

HR { position : relative;}
