/* CSS for Floating Jetsam*/

BODY    {font-family:  "Times", sans-serif;
         font-size:    12pt;
         color:         black;
         background:    url("http://www.geocities.com/clipart/pbi/backgrounds/Generic/forest2.jpg");
                      /*#ffffc0; light yellow*/
                        /* #e3ffff; lighter blue*/
			/* #ffc0ff; light red*/
        		/* #ffefb0; light orange*/
			}
EM      {font-style:    italic;}
STRONG  {font-weight:   bold;}
EM STRONG, STRONG EM   {text-transform:	uppercase;
                       font-style:      italic;
                       font-weight:     bolder;}
SPAN.tiny {font-size:  .6em}
SPAN.small{font-size:  .75em}
B       {font-weight: bold;}
I       {font-style:  italic;}
.warning   {text-transform:  none;
            font-style:	     italic;
            font-weight:     bolder;}
DEL    {text-decoration:     line-through;}
INS    {text-decoration:     underline;
        color:               black;
        background:          yellow;}
VAR, CITE, DFN, .note  {font-style:  italic;}
ADDRESS    {font-style:	      normal;
            letter-spacing:   .1em;}
ACRONYM   {font-style: italic;}
H1        {color:   blue;
           background: none;
           font-weight:   bold;
           font-size:     3em;}
H2        {color:   blue;
           background:  none;
           font-weight:   bold;
           font-size:     2em;}
H3        {color:   blue;
           background:  none;
           font-weight:   bold;
           font-size:     1.5em;}
H4, H5, H6, TH, THEAD, TFOOT {color:      black;
                              background: none;}
H1.title {font-family:   "lucida Sans", "helvetica", sans-serif;
          text-shadow:   .2em .2em .5em blue;
          text-align:    center;
          color:         black;
          background:    url("http://www.geocities.com/clipart/pbi/backgrounds/Generic/reptiles.gif");
          border:        inset blue;
	  margin-bottom: 1.5em;
          padding:       .5em .5em;}
H2.title {font-family:   "Times", serif;
          font-weight:   bold;
          text-align:    center;
          color:         black;
          background:    aqua;
          border:        double blue;
	  margin-bottom: 1em;
          padding:       .5em .5em;}
img.border { margin-bottom: 4%;
	     border: inset silver;}
img.left { margin-right: 4%;
	   margin-bottom: 4%;
	   float: left;
	   border:  inset silver;}
img.right{ margin-left: 4%;
           margin-bottom: 4%;
	   float: right;
	   border: inset silver;}
ul.disc{   list-style-type: disc;}
ul.circle{ list-style-type: circle;}
ul.square{ list-style-type: square;}
	
div.left { position: absolute;
           left:     0;
           top:      0;
           width:    50%;
           height:   6em;}
div.right{ position: absolute;
           right:    0;
           top:      0;
           width:    50%;
           height:   6em;}
HR       {color:      yellow;
          background: none;}
#colophon  {display: none;}
COL, COLGROUP, TABLE, TBODY, TD, TR    {color:           black;
                                        background:      white;
                                        text-decoration: none;
                                        border-color:    black;
                                        border-style:    none;}
A:link     {text-decoration: underline;
            color:           blue;
            background:      none;}
A:visited  {text-decoration: underline;
            color:           navy;
            background:      none;}
A:active   {text-decoration: underline;
            color:           aqua;
            background:      none;}
A:hover    {text-decoration: underline;
	    color:	     blue;
            background:      yellow;}
A.local:link   {text-decoration: underline;
                color:           lime;
                background:       none;}
A.local:visited     {text-decoration: underline;
                     color:            green;
                     background:       none;}
A.local:active      {text-decoration: underline;
                     color:            aqua;
                     background:       none;}
A.local:hover       {text-decoration: underline;
		     color: 		lime;
                     background:       yellow;}
A.mini     {text-decoration:  none;
            text-transform:   uppercase;
            font-size:        .75em;
            background:       black;
            color:            yellow;}
A.mini:active{text-decoration: none;
              background:      black;
              color:           yellow;}
A.mini:visited{text-decoration: none;
               background:      black;
               color:           yellow;}
A.mini:hover{text-decoration: none;
             background:      yellow;
             color:           black;}
A.nohover {text-decoration: none;
	   color:	blue;
	   background:  none;}
A.nohover:hover {color:	blue;
	   background:  none;}
Q        {quotes: "\201C" "\201D" "\2018" "\2019";}
Q:before {content: open-quote;}
Q:after  {content: close-quote;}

P, DIV, UL, DL, DT, DD, PRE, OL, LI, BLOCKQUOTE, ADDRESS
            {color: black;
             background: none;}
P.indent{text-indent:	4%;}
P.boxreverse	{
		border: inset gray;
		color:  white;
		background: black;
		margin:	1em;
		padding: 1em;
		}
BODY   {margin-top:     2%;
        margin-left:    10%;
        margin-right:   10%;
        margin-bottom:  2%;
        padding:    0;
        border:   0;
        width:          auto;}

