body
{
	background-color:#FEF8DE;
}
a:active
{
	color: #000000;
	text-decoration: none;
}
a:link
{
	color: #000000;
	text-decoration: none;
}
a:visited
{
	color: #000000;
	text-decoration: none;
}
a:hover
{
	color: darkred;
	text-decoration: none;
	
}
a.menu:hover
{
	color: black;
	font-weight: bold;
}
a.sample
{
	color:Red;
}
a.sample:visited
{
	color:Red;
}
img.sketch
{
	border:none;	
}
td
{
	font-family: Arial;
	font-size:x-small;
	color: #000000;
}
td.menu:hover
{
	background-color:White;
}
td.money
{
	text-align:right;
}
td.header
{
	text-decoration:underline;
	font-weight:bold;
}