body {
	background-color:#336600;
	}

#head {
  text-align: center;
  font-family: "Verdana";
	font-size: 16pt;
	font-weight: bold;
  color:#FFFF00;
  border: 1pt solid #FFFF00;
}








#left {
   font-family: "Verdana";
		font-size: small;
		text-align: center;
  color:green;
  float: left;
  width: 15%;
  padding-left: 1%;
  min-height : 32em;
}
#left a {
  color:green;
display: block;
background-color: #FFFF00;
}




#center {
  color:#FFFF00;
  font-family: "Verdana";
  font-size: small;
  text-align: center;
  float: left;
  width: 63%;
  padding-left: 2%;
  padding-right: 2%;
  min-height : 32em;
}



#right {
  color:#FFFF00;
   font-family: "Verdana";
   text-align : center;
   font-size: small;
   float: left;
  width: 15%;
  padding-right: 1%;
  padding-left: 1%;
  min-height : 32em;
}


.bruce {
	background-color:#FFFF99;
	color:green;
   font-weight : normal;
   font-size:10pt;
   font-family: "Verdana";
border: 1pt solid #FFFF00;
}

.redhd {
	background-color:#FFFF99;
	color:red;
   font-weight : normal;
   font-style:normal;
   font-size:10pt;
   font-family: "Verdana";
border: 1pt solid #FFFF00;
}

.whitehd {
   color:white;
   font-family: "Verdana";
   font-size: 10pt;
   font-weight : bold;
   text-align: center;
}
.redtext{
   color:red;
   font-family: "Verdana";
   text-align: center;
}
.blacktext{
   color:black;
   font-family: "Verdana";
   text-align: center;
}



#footer {

  float: left;
  width: 100%;
  clear: both;
  text-align: center;
} 