body {
	background-color:red;
    color: white;
    font-family:arial;
    font-size:20;
    font-style:bold;
    background-image: url("backgrounds/redsmallgridcopy2.png");
}

/* unvisited link */
a:link {
    color: #ffcc7a;
}

/* visited link */
a:visited {
    color: #ffcc7a;
}

/* mouse over link */
a:hover {
    color: #ffcc7a;
}

/*.centre{
	margin-left:auto;
	margin-right:auto;
	text-align:justify;
	width:600px;
}*/