

#banner {
			
			padding: 25px;
			margin-bottom: 5px;
			background-color: ##ffffcc;
			text-align: justify;
			border: 2px solid red;
		}

#footer {
			clear: both;
			padding: 3px;
			margin-top: 3px;
			background-color: #ffffff;
		}

.text2 {  font-family: "Courier New", Courier, mono; font-size: 10pt; font-style: normal; color: #003366; font-weight: bolder}

.text3 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: #336600; font-weight: bolder}

 ul.navbar {
  background: #006600;
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: absolute;
  right: 51px;
  top: 290px;
  width: 10em;
  border-left: 1em solid red;
  border-right: 1em solid red;
   }
   
  ul.navbar li {
  background: #ffffcc;
  margin: 0.5em;
  padding: 0.5em;
  border-left: 1em blue;
  				} 
  
body {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12pt;
	background-position: center;
     }
div {
	margin-left: 25px;
	margin-right: 25px;
	}

p {
	margin-left: 10px;
	margin-right: 10px;
	font-size: 10pt;
	text-align: center;
	text-indent: 0%;
	
  }

h2 {
	font-size: 20pt;
	color: #660033;
	text-align: center; 
	text-transform: capitalize;
   }
h3 {
	font-size: 16pt;
	text-align: justify;
	color: #990000;
   } 	   
   
h5 {
	bold:
	font-size: 6pt;
	text-align: right;
	text-transform: capitalize;
   }
h6 {
	bold:
	font-size: 3pt;
	text-align: center;
	color: #003366;
	}
	
ul {
	margin-left: 20px;
	margin-right: 20px;
   }
li {
	margin-middle: 10px;
	bgcolor: #ffffcc
   }	
	

