BODY {
	background-color: #ffcccc;

	font-family: Verdana, Arial, Helvetica, Helv, sans-serif;
}

DIV#main {
	margin-left: auto;
	margin-right: auto;
}

DIV#title {
	text-align: center;
	margin-bottom: 40px;
}

P.title {
	font-size: 200%;
	margin: 0px;
}

P.title A {
	text-decoration: none;
	color: #993333;
}

P.subtitle {
	font-size: 70%;
	margin: 0px;
}

DIV#footer {
	margin-top: 50px;
	text-align: center;
	font-size: 70%;
	color: #cc9999;
}

DIV#footer A {
	text-decoration: none;
	color: #cc6666;
}

H1 {
	font-size: 150%;
	font-weight: normal;
	color: #993333;
}

DIV#content {
	text-align: center;
}

DIV#content TABLE {
	margin-left: auto;
	margin-right: auto;
}

INPUT[type=submit] {
	font-weight: bold;
	font-size: 125%;
}

.small {
	font-size: 70%;
}

.error {
	color: #ff3333;
}

#ads {
	margin-bottom: 40px;
}

