.left {
	text-align: center;
	float: left;
	width: 30%;
}
.centre {
	text-align: center;
	float: left;
	width: 30%;
}
.right {
	text-align: center;
	width: 30%;
	float:left;
}
a:link {

	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	font-weight: bold;
	text-decoration: underline;
	letter-spacing: 1px;
	}

a:visited {
	font-weight: bold;
	color: #336699;
	text-decoration: underline;
	}
	
a:active {
	font-weight: bold;
	color: #006699;
	text-decoration: underline;
	letter-spacing: 1px;
	}
body,html { 
    margin:0px; 
    padding:0px;
    height:100%;
}
h1 {
	clear: both;
	font-size: 1.2em;
}
p {
	clear: both;
	font_size: .8em;
}
body {
	font-family: arial, helvetica, sans-serif;
}
