body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	color:	#ff6030;
	background: #fa3f1f;
}

#container {
	margin: 0 auto 10px auto;
	width: 880px;
	background: #091173;
	border: 2px solid Gray;
	padding: 1px 2px 1px 2px;
	text-align: center;
}

a:visited { color: #fadb4e }
a:link	{ color: #fa8f00 }
a:active { text-decoration: underline; }
a:hover { font-weight: bold }

table {
	border: 0px none;
	border-collapse: collapse;
}

h1
{
	color: 0;
	margin-top: 0;
	font-size: 200%;
	font-weight: bold;
	text-align: center; 
	margin-bottom: 0;
}

h2
{

	margin-top: 0;
	font-size: 120%;
	font-weight: bold;
	text-align: center; 
	margin-bottom: 0;
}

h3
{

	margin-top: 0;
	font-size: 80%;
	text-align: center; 
	font-weight: normal;
	margin-bottom: 0;
	color:	#cf6030;
}


h4
{

	margin-top: 0;
	font-size: 90%;
	text-align: center; 
	font-weight: normal;
	margin-bottom: 0;
	color:	#cf6030;
}

.Alert 
{
	color: #e21c00; 
	font-weight: bold;
}
