﻿body {
	background-color: white;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
	font-family:"Century Gothic";
	font-size: small;
	color: #554A3E;
}
a:link.menu {
	font-size:large;
}
a.menu {
	font-size:large;
}
a {
	text-decoration: none;
	color: #675a4a;
	font-weight:bold;
}
a:hover {
	color: #3C342B;
}
.centreRow {
	background-color: white;
	text-align: center;
	text-align: center;
}
.whiteRow {
	background-color: #DCD4C2;
	border-top:1px white solid;
	border-bottom:1px white solid;
	text-align: center;
}
.pinkRow {
	background-color: #FBDEE5;
	text-align: center;
}

h1{
	font-size:22pt;
	font-family:"Century Gothic";
	margin:0;
	padding:0;
}

table#items table{
	border:1px black solid;
}


