body {
	margin-top: 10px;
	margin-bottom: 5px;
	background-color: #000000;	
}
h1 {
	font-family: Arial;
	font-size: 18px;
	color: #FF4D99;
}
h2 {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
p {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
}
a:link {
	font-size: 12px;
	color: #FF4D99;
}
a:visited {
	font-size: 12px;
	color: #FF4D99;
}
a:hover {
	font-size: 12px;
	color: #FF4D99;
	text-decoration: none;
}
a:active {
	font-size: 12px;
	color: #FF4D99;
}
