html{
	height:100%;
	margin: 0px;
	padding: 0px;
}
body{	
	height:100%;
	margin-left: 0px;
	margin-right: 0px;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: small;
}
.credit {
	font-size: small;
	padding: 5px;
}
.footer {
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  font-size: x-small;
  font-weight: normal;
  color: #FFFFFF;
  padding: 5px;
}
a:link		{ color:blue; text-decoration: none;}
a:visited	{ color:purple;}
a:hover		{ text-decoration: underline; font-weight: bold; }
