TD {}
.listitem {
	font-size: 12pt; 
	font-family: Arial; 
	font-color: #FFFFFF; 
	background-color: #BBFFFF; 
	width: 138px;
	}

.listover {
	font-size: 12pt;
	text-decoration: underline;
	font-color: #257117;
	background-color: #00CC66;
}

A {}
a:visited { color:blue; }
.alist {

text-decoration: none;
color: blue;

}

BLOCKQUOTE {}
.mainText {
	font-color: black;
}

.centreblock {
	font-size: 100%; 
	font-family: Arial; 
	margin-left: 2em;
	margin-right: 2em;
	margin-bottom: 1em;
}

.imgleft { /* float image on left and let text flow round on right */
border : 0 ; 
float : left ; 
margin : 10px;
/* padding: 5px; */
}

.imgright { /* float image on right and let text flow round on left */
border : 0 ; 
float : right ; 
padding: 5px;
}
