body { }
p { }
td { }
a:link { color: #000081; text-decoration: none; }
a:visited { color: #000081; text-decoration: none; }
a:hover { color: maroon; text-decoration: underline; }
a:active { }
.footertext ul{
	margin:0 auto; /*side margins of auto allow the entire list to be in the horizontal centre of the footer*/
	padding:5px; 
	list-style:none;
	width:98%;/*the width is needed for the horizontal centering - adjust as neccessary for the content*/
}
.footertext li{float:left;}/*makes list items sit side by side*/
