body {
	background-color: #ddd;
	font-family: arial,sans-serif;
}

h2#error {
	border-bottom: 1px dashed black;
}

a {
	color: blue;
	text-decoration: none;
}

a:active, a:hover {
	text-decoration: underline;
}

div#table_container {
	width: 800px;
	margin: 50px auto 20px auto;
	padding: 10px;
	text-align: center;
	background-color: white;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border: 1px solid #990000;
	-moz-box-shadow: #666 3px 3px 3px;
	-webkit-box-shadow: #666 3px 3px 3px;
}

img#logo {
	border: 0px;
}

div#table_container table {
	width: 780px;
	margin: auto;
	text-align: left;
}

div#table_container table th {
	text-align: center;
}

p#copyright {
	font-size: 10px;
	margin: auto;
	text-align: center;
	width: 60%;
}
