@charset "utf-8";
@import url( "fonts.css" );
@import url( "headings.css" );

body {
   font: .9em/1.8 Merriweather, Arvo, georgei, baskerville, serif;
   word-spacing: 1px;
   color: #555;
   width: 950px;
   margin: 0 auto;
}
.highlight {
   background-color: #ff0; /* yellow */
}
.black_box {
   margin: 0;
   border: 1px solid #000;
   border-radius: 25px;
}
#content {
   margin: 0 auto;
   width: 900px;
   border: 1px solid #ddd;
   overflow: auto;
}

/* the descendant selectors added to support opera */
p span.code, p abbr[title], p a{
   white-space:pre-wrap;
}
p.further_explanation {
   color: #666;
}
.float_left {
   margin: 10px 0;
   padding: 0;
   text-align: left;
   float: left;
   width: 200px;
}
.float_right {
   margin: 10px 0;
   padding: 0;
   text-align: right;
   float: right;
   width: 200px;
}
blockquote {
   margin: 0 20px;
   border: 1px solid #ddd;
   border-radius: 20px;
   padding: 20px 35px;
}
blockquote p {
   padding: 15px;
   font-size: .95em;
   background-color: #eee;
}
p {
   padding: 0 20px;
}
hr {
   color: #eee;
   padding: 0;
   margin: 0;
}
.left_floating_300x100 {
   float: left;
   width: 300px;
   height: 100px;
}
.right_floating_300x100 {
   float: right;
   width: 300px;
   height: 100px;
}
.left_floating_300x300 {
   float: left;
   width: 300px;
   height: 300px;
}
.right_floating_300x300
{
   float: right;
   width: 300px;
   height: 300px;
}
.left_floating_300x50 {
   float: left;
   width: 300px;
   height: 50px;
}
.right_floating_300x50 {
   float: right;
   width: 300px;
   height: 50px;
}
.left_floating_300x25 {
   float: left;
   width: 300px;
   height: 25px;
}
.right_floating_300x25 {
   float: right;
   width: 300px;
   height: 25px;
}
.left_floating_450x400 {
   float: left;
   width: 450px;
   height: 400px;
}
.right_floating_450x400 {
   float: right;
   width: 450px;
   height: 400px;
}
.left_floating_200x200 {
   float: left;
   width: 200px;
   height: 200px;
}
.right_floating_200x200 {
   float: right;
   width: 200px;
   height: 200px;
}
.left_floating_350x25 {
   float: left;
   width: 350px;
   height: 25px;
}
.right_floating_350x25 {
   float: right;
   width: 350px;
   height: 25px;
}
.left_floating_198x100 {
   background-color: #faa;
   margin: 0;
   padding: 0 5px;
   border: 1px solid #000;
   height: 198px;
   width: 100px;
   float: left;
}
address {
   margin-left: 20px;
}
img {
   border: none;
}
acronym {
   cursor: help;
   border-bottom: 1px dotted #f00;
}
hr+div>p {
   border: 1px solid black;
}
div#banners {
   clear: both;
   text-align: center;
}
div[class=black_box] {
   margin: 0;
   padding: 10px;
   font-size: .9em;
}
tt {
   font-size: 1.2em;
   font-weight: bold;
}
form>div>input.submit {
   margin: 10px 5px 20px 20px;
}
p.example {
   color: red;
}
abbr[title] {
   cursor: help;
   border-bottom: 2px dotted #f00;
}
footer {
   margin: 0 auto;
   width: 900px;
}
#navigation_links, nav {
   clear: both;
   width: 900px;
   color: #f00;
}
#navigation_links a, nav a {
   text-decoration: none;
}
.no_italics {
   font-style: normal;
}
.code {
   font-family: monospace;
   font-weight: bold;
   color: #555;
}
.highlight {
   color: red;
   background-color: yellow;
}
@media print {
   body, #content {
      font-size: 1em;
   }
}
