BODY {  margin: 4px;
font-family: verdana;
        font-size: 14px;
	background-color: black;
	background-attachment: fixed;
	color: #000000;
        text-align: justify;
	scrollbar-base-color : #008000;
  }

H1   {  font-size: 2.5em;
	font-weight: bold;
	color: Navy;
 }

 H2   {  font-size: 2em;
	font-weight: bold;
	color: Navy;
 }

 p.emphasis   { line-height: 150%; padding: 1em; border-style: solid; border-width: thin; font-family:
 arial; background-color: Khaki; text-align: Justify; margin-left: 6em; margin-right: 6em ; }


 /* ----------------------------------------------

         Three Column Layout Elements

*/

.pagemain {
	background-color: Navy;
	BORDER-RIGHT: black 1px solid;
	BORDER-TOP: black 1px solid;
	BORDER-LEFT: black 1px solid;
	BORDER-BOTTOM: black 1px solid;
}

.pageheader {
	background-color: Gold;
	BORDER-BOTTOM: black 1px solid;
	padding: .5em;

}

.pagemenubar {
        color: white;
        background-color: Navy;
        background-image: none;
        height: 10px;
        padding: .5em;
        }

.pagefooter {
	BORDER-TOP: black 1px solid;
	background-color: Gold;
	padding: .5em;
}

.pageleft {
	float: left;
	WIDTH: 130px;
	padding: .5em;
	margin-bottom: 1px;
	}


.pagecenter {
     background-color: ivory;
	MARGIN-LEFT: 130px;
	margin-right: 130px;
	text-align: Justify;
	padding: .1em;
	BORDER-RIGHT: black 1px solid;
	BORDER-LEFT: black 1px solid;
	BORDER-BOTTOM: black 1px solid;
}

.pagecenterall {
     background-color: ivory;
	MARGIN-LEFT: 0px;
	margin-right: 0px;
	text-align: Justify;
	padding: .1em;
	BORDER-RIGHT: black 1px solid;
	BORDER-LEFT: black 1px solid;
	BORDER-BOTTOM: black 1px solid;
}

.pageright {
        margin-right: -10px;
	text-align: left;
	FLOAT: right;
	WIDTH: 130px;
	padding: .5em;
	margin-bottom: 1px;
}

/* figure with caption -------------------------------------------

to use:

<div class="figure">
  <p><img src="eiffel.jpg" width="136"
    height="200" alt="Eiffel tower">
  <p>Scale model of the
    Eiffel tower in Parc Mini-France
</div>

http://www.w3.org/Style/Examples/007/figures.html


*/

div.figure {
  float: left;

  border: thin silver solid;
  margin: 0.5em;
  padding: 0.5em;
}
div.figure p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}




