html, body
{
	background: silver;
	color: black;
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	margin: 5px;
	padding: 0px;
	height: 100%;
}

div, table
{
	font-size: 12px;
}

div.errors
{
	text-align: left;
	color: black;
	padding: 2px 2px 2px 2px;
	border: 1px solid;
	background: #ff6666;
}

div.copyright
{
	text-align: right;
	font-size: 10px;
}

a.button, a.button:link, a.button:visited
{
	padding: 3px 7px 3px 7px;
	border: 1px outset;
	background: grey;
	text-decoration: none;
	color: black;	
}

a.button:hover
{
	background: white;
}

a.button:active, a.button:focus
{
	border: 1px inset;
}

table.tab td
{
	border: 1px solid gray;
}