/* gcc CSS Style Sheet */ 

body {
	background-color:#0000cc;
	text-align: center;
	margin: 0 auto;
	padding: 5px;

}

.outer
{
	width: 800px;
	margin: 0 auto;
	padding: 0px;
}

.content
{
	font-family: Georgia, Arial, Helvetica;
	width: 800px;
	margin: 0 auto;
	padding: 0px;
	background-color:#fff;
	font-size: 16px;
	color: #000;
	text-align: center;
}

h1
{
	font-family: Impact,Arial,Helvetica;
	font-size:28px;
	color: #0000cc;
	text-align: center;
}

h2
{
	font-family: Verdana, Arial, Helvetica;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	color: #cc0000;
}

.form
{
	width: 400px;
	margin: 0 auto;
	display: table;
	float: left;
	text-align: right;
	padding-bottom: 10px;
}


.footer
{
	background-color: #FFF4D8;
	font-weight: bold;
	font-size: 18px;
	text-align: left;
}

a:hover {  color: #006736; text-decoration: underline; font-weight: bold;}
a:active {  color: #F9B4B3; text-decoration: underline;}
a:link {  color: #F9B4B3; text-decoration: underline;}
a:visited {  color: #0000cc; text-decoration: underline;}