body {
    margin: 0px;
	background-color: #FFFFFF;
	background-image:url(images/lineBg.gif);
	font-size: 100%;
}
h1, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 16px;
}
.cent {
    text-align: center;
}
a:link, a:visited {
    color: #333333;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
.cent p a:link, .cent p a:visited {
    color: #CC0000;
}
.footer {
    padding-left: 8px;
}
.footer p {
    color: #666666;
	font-size: 10px;
}
.footer p a {
	text-decoration: none;
}
.footer p a:link, .footer p a:visited {
    color: #666666;
}
.footer p a:hover {
    color: #333333;
}