@import url(fancy.css);
DT, .dt {
    font-weight: bold;
}
BODY, .normal,  BIG, SMALL, P, .quoted, BLOCKQUOTE, .caption {
   background-color: #ffffff;
}
BODY, .normal,  BIG, SMALL, P, .quoted, BLOCKQUOTE, .caption, UL {
   font-family: "Book Antiqua", Garamond,  "Bookman Old Style", serif;
}
BODY, .normal, BIG, SMALL, P, .caption, UL {
  color: #000000;
}
BLOCKQUOTE .noindent {
   text-indent: 0em;
}
BLOCKQUOTE BLOCKQUOTE {
   font-style: italic;
}
.quoted P, BLOCKQUOTE P {
   text-indent: 1em;
}
.quoted, BLOCKQUOTE, .quoted P, BLOCKQUOTE P {
   color: #003300;
   background-color: #ffffff;
}
.dropcap {
   font-size: xx-large;
   font-family: "Gill Sans", "Arial","Century Gothic", "Univers", sans-serif;
   font-weight: bold;
   background-color: #cccccc;
   color: #339933;
}
.caption {
   background-color: #eeeeee;
}

H1, H2, H3, H4, .toplinks, TH {
   font-family: "Gill Sans", "Arial","Century Gothic", "Univers", sans-serif;
   font-weight: bold;
}
H1, .banner {
   background-color: #339933;
   color: #ffffff;
   text-align: center;
}
.caps {
   text-transform: uppercase;
}
BIG, .big {
   font-size: 110%;
   font-weight: bold;
}
.indented, .quoted {
   margin-left: 2em;
}
.list1 {
   list-style-type: none;
   font-weight: bold;
}
.list2, .list3 {
   list-style-type: disc;
   font-weight: normal;
}
.list2, .caption {
   font-size: smaller;
}
H2 .list1 {
   font-family: "Book Antiqua", Garamond,  "Bookman Old Style", serif;
}
H5 {
 display: inline;
}
.logo {
   color: #339933; 
   background-color: #339933;
   text-align:left;
}
DT {
   font-weight: bold;
}
.toplinks {
   color: #ffffff;
   background-color: #339933;
   text-align: right;
}
.rating, .ratingsmall {
   font-family: "Courier New", "Courier", monospace;
   font-weight: 900;
   color: #339933;
   background-color: #ffffff;
   vertical-align: top;
}
.rating {
   font-size: medium;
}
.ratingsmall {
   font-size: smaller;
}
a:link        {color: blue; background-color: white;}
a:visited     {color: purple; background-color: white;}
a:active      {color: red; background-color: white;}
a.toplinks:link        {color: #ffffff; background-color: #339933;}
a.toplinks:visited     {color: #ff99ff; background-color: #339933;}
a.toplinks:active      {color: #ff0000; background-color: #339933;}
