/* This is the formatting for the main body of your page*/
body {
	background-color: #666666;
	text-align: center;
	}

/* These formatting rules are for any p or a tags found, it currently sets 
the alignment font and colour of the text */
p, a {
	text-align: center;
	font-family: Century Gothic;
	color: #999999;
	}
	
/* this rule sets the border width of any images - the img tag */
img {
	border: 0;
	}