

body
	{
	background-image: url("http://jwnewport.co.uk/Images/bgrd.jpg"); 
	background-repeat: repeat; 
	background-attachment: fixed;
	}

a
	{ 
	color: #0000FF; 
	text-decoration: none;
	}
	 
a:hover
	{ 
	color: #000000; 
	text-decoration: none; 
	} 


center 
	{
	margin: auto;
	width: 50%;
	border: 0px;
	padding: 10px;
	}

div	{
	position: absolute;
	width: 1200px;
	}

hr
	{
	border: 0;
	color: #9E9E9E;
	background-color: #9E9E9E;
	height: 5px;
	width: 100%;
	text-align: left;
	}
	
img { border: 0px; }

p {font-size:16px;}

table 
	{ 
  	border: 0; 
	font-family: times; 
	font-size:16px; 
	} 

li 	{
	font-size:16px;
	}

td 	{ 
	border-bottom:1 solid #000000; 
	} 

.fail 	{ 
  color:#FF0000; 
		}
