a {	
	color: #3366CC;	
	text-decoration: none
}
body {	
	background-color: #FFFFFF;
	font-family: Arial;
	font-size: 10px;	
	line-height: 2em;	
	color: #336699;
    margin-top: 10px;
	width: 900px; /* This line and the next auto centres the page. insert your width there */
	margin: 0 auto;
	}
p	{
	font-family: Arial;
	font-size: 12px;
	line-height: 1.5em;
	color: #000000; /* Black*/
	text-align: left;
	}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.style1 {
	font-family: Arial;
	font-size: 12px;
	line-height: 1.5em;
	color: #000000; /* Black*/
	text-align: left;
		}
.style2 {
	font-family:Monotype Corsiva;
	font-size:20px;
	color:#000000
	text-align:left;
		}
.style3 {
	color: #FFFFFF;
	font-family: Arial;
	font-size: 12px;
		}
.style4 {
	font-family:monospace;
	font-size:12px;
	color:#000000
	text-align:left;
		}		
table {
	color: #000000;
	table-layout: auto;
	line-height: 2em;
	text-align: left;
	}
td, th {	
	font-family: Arial;
	font-size: 12px;
	line-height: 2em;
	color: #000000
	}
ul {
	font-family: Arial;
	font-size: 12px;
	list-style-type: circle;
	list-style-position: outside;
	/*color: #000000;*/
	}

.Textboxstyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	background-color: #CCCCCC;
	}

