
body {
background-color: rgb (255, 255, 230);
text-align: left;
color: rgb (105,153,0);
font-family: "bookman old style", "calisto mt", garamond, sans-serif
}

table, tr, td {
border-collapse: collapse;
border: 0px;
padding: 0px;
margin: 0px;
}

a:link IMG {
border-style: none;
}

a:active IMG {
border-style: none;
}

td.leftbar {
	color: rgb(255, 255, 230);
 	text-align: left;
	vertical-align: top;
	width: 100px;
	background-color: rgb(105,153,0); 
	padding: 10px; 
}		

td.centerbar {
	color: rgb(4, 8, 5);
 	text-align: left;
	vertical-align: top;
	width: 400px;
	background-color: rgb(255, 255, 230); 
	padding: 10px;
}

td.rightbar {
	color: rgb(255, 255, 230);
 	text-align: right;
	vertical-align: bottom;
	width: 100px;
	background-color: rgb(105,153,0);
	padding: 10px; 
	}	 

IMG {

		vertical-align: middle;
		margin: 0px, 10px, 0px, 0px;
}

a:link {
  color: rgb(0, 130, 0); 
  text-decoration: underline;
}/*normal links in the text*/

a:visited {
  color: rgb(0, 130, 0); 
  text-decoration: none;  
}

a:hover { /*this effect is not shown in NN4.xx*/
  color: rgb(227,129,31); 
  text-decoration: underline; 
}

a:active {/*colour in NN4.xx is red*/ 
  color: #9999CC; 
  text-decoration: underline; 
}
