body {
	background-color: #FBE2E7;
	margin-left: 5px;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 15px;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #F498AB;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

.centre {
	width: 700px;
	position: absolute;
	margin-left: -350px;
}

