BODY
{
	font-family: Arial;
	font-size: 10px;
}
.header
{
	font-weight: bold;
	font-size: 40px;
	font-family: Arial;
	background-color: #99cccc;
}
.menu
{
	font-family: Arial;
	background-image: url(/images/menu.jpg);
	text-align: left;
	font-weight: bold;
	height: 30px;
	width: 200px;
	background-repeat: no-repeat;
}
table.borders
{
	border-bottom: solid 1 black;
	border-left: solid 1 black;
	border-right: solid 1 black;
	border-top: solid 1 black;
	width: 100%;
}
