

/*colours for font on home page only */
A:link {
	font-weight: bold;
	text-decoration: none;
	color: #FFDFC7;
}
A:visited {
	font-weight: bold;
	text-decoration: none;
	color: #FFDFC7;
}
A:active {
font-weight: bold;
	text-decoration: none;
}
A:hover {
	font-weight: bold;
	text-decoration: none;
	color: #502727;
}

#navlist img {
	padding-top: 5px;
	margin-bottom: -5px;
}