﻿body
{
	background-color:#cccccc;
	margin: 0px;
}

body,td,th {
	font-family: "Arial", sans-serif;
	font-size: 12px;
}

.copyright 
{
	font-size:10px;
}

a:link { color: #008000; text-decoration: none; }
a:visited { color: #008000; text-decoration: none; }
a:hover { color: #008000; text-decoration: none; }
a:active { color: #008000; text-decoration: none; }

#footer
{
	color:White;
	font-size:14px;
}

div.pglogo, a.pglogo
{
	width: 110px;
	height: 179px;
	background: #000;
	display: block;
}

a.pglogo:hover, a.pglogo:hover:visited
{
	background: green;
}

div.pglogo img
{
	border: none; margin: 5px;
}