body {
	background-color: #160d98;
	color: #ffffff;
 }
 
a:link { color: #ffff00; }

a:visited { color: #00ff00; }

a:active { color: #00ffff; }

.Centre
{
	text-align: center;
}


.Width {
	position: absolute;
	left: 0px; top: 0px;
	width: 800px;
	text-align: center;
}