body 
{
	background: #05293E url(images/blue_logo.jpg) ;
	text-align: center;

}

/* Possible colour for Background edges to be added later: 000066 */
	
	p
	{
	color: white;
	}
	
	h1
	{
	color: white;
	size: 22px;
	}
	
	h2
	{
	color: white;
	size: 18px;
	}
	
	h3
	{
	color: white;
	size: 15px;
	font: arial;
	}
	
	h4
	{
	color: red;
	size: 18px;
	font: arial;
	}
	
	a:link
	{
	color: #63B8FF;
	}
	a:visited
	{
	color: green;
	}
	
	.container
	{width: 600px;
	text-align:center;
	}

	th
	{
	color: white;
	size: 16px;
	font-weight: bold;
	font-family: arial;
	text-align: center;
	}
	
	tr
	{
	color: white;
	size: 12px;
	text-align: center;
	}
	