H1 {
	font-size: larger;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
BODY, TABLE {
	color: black;
}
BODY {
	background: #FFFFFF;
	text-align: center;
}
A:visited {
	color: purple;
}
A:link {
	color: black;
}
A:active {
	color: red;
}
.error TABLE {
	color: black;
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
.error A:visited {
	text-decoration: underline;
}
.error A:link {
	text-decoration: underline;
}
.error A:hover {
	text-decoration: underline;
}
.error A:active {
	text-decoration: underline;
}
.error {
	background: #ffcccc;
	border: thin #ff3333 solid;
	border-width: 2px;
	color: black;
	font-style: normal;
	font-weight: bold;
	margin: auto;
	margin-bottom: 1em;
	padding: 8px;
	text-align: center;
	text-decoration: none;
	width: 90%;
}
.content-wrapper TABLE {
	margin-left: auto;
	margin-right: auto;
}
.content-wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 600px;
}
