A:link, A:visited { color: #800; text-decoration: none; font-weight: bold }
A:hover, A:active { color: #f00; text-decoration: none; font-weight: bold }

body
{
	margin: 0px;
	padding: 4px;	
	background-color: #ffffff;
	font-family: verdana, sans-serif;
	font-size: 10pt;
	color: #000000;
}

table
{
	font-weight: normal;
	font-family: verdana, sans-serif;
	font-size: 10pt;

	border: 0px;
	padding: 0px;
	cell-spacing: 0px;
}

td
{
	font-weight: normal;
	font-family: verdana, sans-serif;
	font-size: 10pt;

	padding: 0px;
	margin: 0px;
}

th
{
	font-weight: normal;
	font-family: verdana, sans-serif;
	font-size: 10pt;
}

#title
{
	font-weight: bold;
	font-size: 12pt;

	border: 2px;
	padding: 4px;
	
	background-color: #ffddaa;
	border-style: solid;
	border-color: #aa9977;
}

#subtitle
{
	font-weight: bold;
	font-size: 10pt;
	color: #554422;
	
	border: 1px;
	padding: 2px;

	background-color: #ffeebb;
	//border-style: solid;
	border-color: #aa9977;
}

#back
{
	font-weight: normal;
	font-family: verdana, sans-serif;
	font-size: 10pt;
	
	margin-bottom: 8px;
	border: 2px;
	border-top: 0px;
	border-style: solid;
	padding: 4px;
	
	background-color: #fffadd;
	border-color: #aa9977;
}

#menu
{
	font-weight: bold;
	font-family: verdana, sans-serif;
	font-size: 8pt;
	text-align: center;
	
	margin-bottom: 4px;
	border: 2px;
	padding: 4px;
	background-color: #fffadd;
	border-style: solid;
	border-color: #aa9977;
	
	width: 128px;
}

#menu.hover
{
	background-color: #ffddaa;
	border-color: #aa9977;
}

#date
{
	font-size: 6pt;
	font-weight: bold;
	text-align: right;
}

#code
{
	border: 1px;
	border-style: solid;
	
	font-family: lucida console, monospace;
	font-size: 8pt;
}
