/* -- begin styles -- */




DIV,TH,TR,TD,TABLE,FONT,INPUT,LI,UL,FORM,
BLOCKQUOTE,P,B,I,H1,H2, H3,H4,H5,FONT {
    font: 13px Georgia, Verdana, Arial, sans-serif;
    color: #333;
    background : #999;
}

h1 { font: bold 17px Georgia, Verdana, Arial, sans-serif; }
h2 { font: bold 16px Georgia, Verdana, Arial, sans-serif; }
h3 { font: bold 15px Georgia, Verdana, Arial, sans-serif; }
h4 { font: bold 14px Georgia, Verdana, Arial, sans-serif; }
h5 { font: bold 13px Georgia, Verdana, Arial, sans-serif; }

body {
    font: Georgia, Verdana, Arial, sans-serif;
    color: #333;
    background : #999;
    margin: 40px 60px 100px 60px; /* -- page margins: top right bottom left -- */
    border: 0;
}
A:link { color: #fff }
A:active { color : #fff }
A:visited { color: #fff }

IMG.thumbnail { /* used to add a 5px white border to thumbnails */
  border: 5px solid #fff;
}
IMG.display { /* used to add a 5px white border to actual images */
  border: 5px solid #fff;
}


/* -- end styles -- */


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