@charset "utf-8";

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
body {
	background-color: #000000;
	background-image: url(images/pr_bkg.jpg);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #336600;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #336600;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #66CC00;
}
a:active {
	text-decoration: none;
	font-weight: bold;
	color: #66CC00;
}
h1 {
	font-size: 36px;
	color: #000000;
}
h2 {
	font-size: 24px;
	color: #000000;
}
h3 {
	font-size: 18px;
	color: #9bce36;
}
h4 {
	font-size: 16px;
	color: #9BCE36;
}
h5 {
	font-size: 14px;
	color: #9BCE36;
}

.content {
	padding: 20px;
}
