#error
{
	background-color: white;
	border: 1px solid red;
	color: red;
	font-weight: bold;
	margin-bottom: 1em;
	margin-left: auto;
	margin-right: auto;
	padding: 0.5em;
	text-align: center;
}

#error a:link,
#error a:visited,
#error a:hover,
#error a:active
{
	background-color: white;
	border-color: red;
	border-style: solid;
	border-width: 0 0 1px 0;
	color: red;
	text-decoration: none;
}


