body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 14px;
	background: #FFF;
	text-align: center;
}

a:link, a:visited {
   color: #3c6083;
   text-decoration: underline;
}

a:hover, a:active {
   color: #7db1d6
}

p, form {
  margin: 0;
  padding: 0;
}

#footer {
    margin: 0 auto;
	padding: 15px 0 25px 0;
	width: 990px;
	color: #ab1f23;
	text-align: center;
}

#footer a:link, #footer a:visited {
    margin: 0 7px;
	padding: 0;
    font-size: 11px;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
    font-size: 11px;
	text-decoration: underline;
}

#copyright {
    margin: 0 auto 10px auto;
	padding: 0;
	font-size: 10px;
	color: #6e7275;
}

#copyright a:link, #copyright a:visited {
    color: #6e7275;
	text-decoration: none;
}

#copyright a:hover, #copyright a:active {
    color: #bbb;
    text-decoration: underline;
}

