body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000099;
}

table {
	font-family: Arial, Helvetica, sans-serif;
	
	}

a {
	text-decoration: none;
	color: Red;
}

a:hover {
	color: Red;
	text-decoration: underline;
	}

select, textarea, input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	}
.imgLeft {
	border: 3px solid #000099;
	float: left;
	margin: 0 15px 5px 0;
	
	
}
.imgRight {
	border: 3px solid #000099;
	float: right;
	margin: 0 0 5px 5px;
}
.centre {
	text-align: center;
}
.bold {
	font-weight: bold;
}

li {
	margin: 5px 0 0 0;
}
