
body {
	margin-left: 3%; margin-right: 3%;	               
      font-family: "Times New Roman";
	background-image: url(P08a.jpg);
      background-color: #FFFFCC;
      font-family: "Times New Roman";
	font-size: medium
	}

p {font-size: 1.2em}

a:link { 
	color: #0000FF;
	}
a:visited { 
	color: #FF0000;
	}
a:hover {
	color: #FFF333;
	   }
a:active {
	color: #FF00FF
          }

h1 {
    font-weight: bold;
    text-align: center;
    font-size: 2.0em;
    font-family: arial;
    }
h2 {font-weight: bold;
    text-align: center;
    font-size: 1.5em;
    font-family: arial;
    }
h3 {font-weight: bold;
    text-align: left;
    font-size: 1.25em;
    font-family: arial;
    }
h4 {
    text-align: center;
    font-size: 1.00em;
    font-family: arial;
    }
h5  {
    text-align: center;
    font-size: 0.70em;
    font-family: arial;
    }
#navbar1 {text-align: center;
	   font-size: 1.3em;
	   }

div#navbar1 a span {display: none;}

div#navbar1 a:hover span {display: block;
   position: absolute; top: 25px; left: 400px; width: 425px;
   padding: 5px; margin: 10px; z-index: 100;
   color: red; background: yellow;
   font: 12px Verdana, sans-serif; text-align: center;}

#navbar2 {text-align: center;
	   font-size: 1.2em;
	   }

#logo
	{
	position: absolute;
  	top: 10px;
  	left: 10px;
  	width: 80px;
  	height: 105px;
	}
#terms
	{
	font-size: 1.5em;
	}
.bold {font-weight: bold;
	font-size: 1.25em;
	}
#end	{font-weight: bold;
	font-size: large;
	text-align: center;
	}
#footer {
	color: #006600;
	text-align: center;
	font-size: 1.25em;
	    }

.italic {font-style: italic;}


