body {
	background-color: #ffffcc;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	/*background-image:  url("images/bg.gif");*/
}
a:link {
	color: #663300;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #663300;
}
a:hover {
	text-decoration: underline;
	color: #cc6600;
}
a:active {
	text-decoration: underline;
	color: #cc6600;
}
.blue_colour {color: #003366}
.padding {
	padding-right: 20px;
}
.ashley {font-size: 10px}
.font {
	font-family: Geneva, Verdana, Georgia;
	font-size: 12px;
}
.bottomoftable {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: thin;
	border-bottom-color: #663300;
}
