DIV,TH,TR,TD,TABLE,FONT,INPUT,LI,UL,FORM,
BLOCKQUOTE,P,B,I,H1,H2, H3,H4,H5,FONT {
    font: 14px arial ;
    color: #333;
    background : #cc9966;
}

h1 { font: bold 18px MaxCircus; }
h2 { font: bold 24px MaxCircus; }
h3 { font: bold 16px maxcircus; }
h4 { font: bold 15px maxcircus; }
h5 { font: bold 14px maxcircus; }

body {
    font: maxcircus;
    color: #333;
    background : #cc9966;
    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 #ffffff;
}
IMG.display { /* used to add a 5px white border to actual images */
  border: 5px solid #ffffff;
}

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