body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000066;
}
a:link {
	font-weight: bold;
	color: #000066;
	text-decoration: none;
	
}
a:visited {
	font-weight: bold;
	color: #000066;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #CC0099;
	text-decoration: none;
}
a:active {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.smaller {
	font-size: smaller;
}
.box {
	padding: 10px;
	height: auto;
	width: auto;
	position: relative;
	clear: left;
	float: right;
}
.centre {
	text-align: center;
}
.right {
	text-align: right;
}

