@import "header.css";
@import "maintext.css";
@import "headings.css";
@import "tables.css";

p.banners
{
   text-align: center;
}

body
{
   font-family: baskerville, georgia, sylfaen, 
   "Palatino Linotype", palatino, utopia,
   "DejaVu Serif", serif;
   color: #555;
   margin: 0;
   padding: 0;
}

span, ul + span
{
   color: #000099;
   display: block;
   text-align: right;
   margin-right: 20px;
}

span a
{
   text-decoration: none;
}

acronym, abbr, html\:abbr
{
   cursor: help;
   border-bottom: 1px dotted #00cdff;
}

img.center
{
   margin-left: auto;
   margin-right: auto;
   display: block;
}

.semi_wide_silver_border
{
   border: 3px double silver;
   width: 95%
}

#content
{
   position: relative;
   clear: both;
   width: 650px;
   margin: 0 auto;
}

.floatright {float: right; }

a img
{
   border: none;
   background-color: transparent;
}

.enclosed_light_blue_box
{
   background-color: rgb( 189, 230, 255 );
   margin-left: 17px;
   margin-right: 17px;
   padding: 20px;
   border: 1px #b0b1ba solid;
   margin-bottom: 15px;
}

.code-example, pre
{
   font-family: Courier, "Courier New", monospace;
   background-color: #f3f1f4;
   margin-left: 20px;
   margin-right: 20px;
   padding: 20px;
   border: 1px #b0b1ba solid;
   margin-bottom: 15px;
}

