body   {
      background-color: #eeffee;
}

p {
  font-size: 0.8em;
}

p.WoG {
  font-size: 0.8em;
  color:white;
  background-color:green;
}

p.quote {
	margin-left: 60px;
	margin-right: 60px;
	text-align: justify;
}



<!-- Table for displauying pictures -->
table.pics
{
table-layout: fixed
}


<!-- Table for listing TPs -->
table.list {
  font-size: 0.7em;
}
caption.list {
  font.size: 1em;
  font-weight: bold;
}

<!--   Divisions  ------------------------------>

div.top {
  background: #eeffee;
  width: 100%;
  height: 40px;
}


div.left {
	background-color: #bbeebb;
	color: black;
	padding: 5px;
	float: left;
	width: 22%;

}
div.right {
	background-color: #bbeebb;
	color: black;
	padding: 5px;
	float: left;
	width: 22%;

}

div.main {
	background-color: #eeffee;
	margin: 10px;
	padding 5px: ;
	float: left;
	width: 50%;

}





<!-- Style for horizontal menu ----------------------->
ul
{
width:100%;
padding:0;
margin:0;
list-style-type:none;
}

a.menu
{
float: right;
width: 8em;
font-size: 0.8em;
text-decoration:none;
color:white;
background-color:green;
padding:0.2em 0.2em;
border-right:1px solid white;
border-bottom:1px solid white;

}

a.menu:hover {background-color:#33cc33}

