body
{
	margin: 10px;

	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:link /* unvisited links */
{
	color: #000060;
	text-decoration: none;
}
a:visited /* visited links */
{
	color: #000060;
	text-decoration: none;
}
a:hover /* user hovers */
{
	color: #000060;
	text-decoration: underline;
}
a:active /* active links */
{
	color: #000060;
	text-decoration: none;
}

.center
{
	width: 100%;

	text-align: center;
}

.error /* ErrorHandler.class.php */
{
	width: 500px;
	position: static;
	margin: 5px auto;
	border: 1px;
	border-color: #000000;
	border-style: solid;
	padding: 5px;

	text-align: center;
	background-color: #cfcfcf;
}
