/*
 * Style sheet for the CSS2 specification
 * $Id: default.css,v 2.14 1998/03/24 16:16:22 bbos Exp $
 */

/* set margins, padding and in-line level alignment */
body,div     { margin: 0; padding: 0; text-align: left }
P            { font-family: "Arial"   sans-serif}

/* set widths and float nav & ads div contents boxes */
#nav         { float: left;   index: 1; width: 15%; text-align: center; border-style:none; }
#ads         { float: right;  index: 1; width: 15%; text-align: center; color: blue; }

/* set side text margins 5px > nav & ads widths */
#txt         { margin-left: 15.5%; margin-right: 15.5%; }

/* ensure footer stays at the bottom */
#ftr         { clear: both; font-size: 70%; color: gray; text-align: center}

/* show boundaries and set image sizes - for clarity */
#hdr, #ftr   { background: #FFFBC6 }
#nav, #ads   { background: #FFFBC6 }
#txt         { background: #FFFBC6 }

#hdr img     { width: 100%;  height: 199px; }

#ads img     { width: 100px; height: 100px }
/* #txt img  { width: 150px; height: 200px } */


.caption     {color: red; text-align: center; font-size: 250%;}
.emph        {color: red; font-size: 105%; font-weight: bold;}
.footer      {font-size: 70%; color: gray; text-align: center;}
.calhead     {color: blue; text-align: center; font-size: 100%; font-weight:bold;}
.table       {color: black; text-align: center; font-size: 75%;}
span         {color: blue;}

BODY {
    color: black;
    /* text-align: justify; */
    font-family: sans-serif;
    background: #FFFBC6;
    margin: 0em;
    font-size: 100%;
}

H1, H2, H3, H4, H5, H6 {text-align: left;}

H1        {color: blue; font-size: 125%}

H2        {color: blue; font-size: 105%}

list-style-type: disc

a:link    {color: blue;}
a:visited {color: blue;}
a:hover   {color: blue;}





