body{
	font-family: Tahoma, Arial, Verdana, sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: #ffffff fixed;
	font-size: 80%;
	text-align: center;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

.centred {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
