body {
    background-color: #000;
	margin-top: 50px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-left: 5px;
	text-align: center;

}
p {
	font-family: Arial;
	font-size: 14px;
	color: #FFF;
}
a:link {
	font-size: 14px;
	color: #A9122A;
	text-decoration: none;
}
a:visited {
	font-size: 14px;
	color: #A9122A;
	text-decoration: none;
}
a:hover {
	font-size: 14px;
	color: #A9122A;
}
a:active {
	font-size: 14px;
	color: #A9122A;
	text-decoration: none;
}
