﻿body 
{
	margin-left:0px; 
	margin-right:0px; 
	margin-top:0px; 
	background-color:#fff; 
	font-family: Verdana;
	color: Black;
	font-size: 12px;
}
h1 
{
	font-weight:bold; font-size:18px 
}
h2 
{
	font-weight:bold; 
	font-size:16px 
}
h3 
{
	font-weight:bold; 
	font-size:14px 
}
#PhoneNumber
{
	position: absolute;
	left: 290px;
	top: 65px;
	font-size: large;
	font-weight:bold;
	color: White;
	
}
#WLHPLogo
{
	/*position: absolute;
	left: 645px;
	top: 110px;
	left: 600px;*/
	float: right;
	margin-right: 50px;
}
#Wiki
{
	position: absolute;
	top: 232px;
	background-color: #663;
	width: 446px;
	height: 369px;
}
#Content
{
	position: absolute;
	left: 350px;
	top: 270px;
	margin-right: 100px;
	width: 550px;
}
A:link, A:visited
{
	color: #663;
}
.RefCode
{
	float: right;
}