body {
	background-color: #FFFFFF;
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 0px;
	padding: 0px;
	background-image: url(img/pp.gif);
}
table {
	background-color: #000000;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	color: #FFFFFF;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
}
a:link {
	font-weight: bolder;
	text-decoration: underline;
	color: #FFFFFF;
}
a:visited {
	font-weight: bolder;
	text-decoration: none;
	color: #CC0000;
}
a:hover {
	text-decoration: none;
	color: #CC0000;
	background-color: #333333;
}
a:active {
	text-decoration: underline;
	color: #CC0000;
}
