/* DAVE EDWARDS */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	text-align: center;
	color: #000000;
	background-color: #16409a;
	background-image: url(../images/dave-edwards-000.jpg);
	background-repeat: repeat-x; 
}


/* ------------------ MAIN ---------------- */

#main {
	width: 792px;
}

#red {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 40px;
	color: #d31820;
}

#blue {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 40px;
	color: #16409a;
}

#green {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 40px;
	color: #007025;
}

/* ------------------ LINK COLOURS ---------------- */

a:link {color: #666666;text-decoration: none;}
a:visited {color: #999999;text-decoration: none;}
a:active {color: #0099ff;text-decoration: none;}
a:hover {color: #0263C1;text-decoration: none;}
