BODY
{ 
	font-family: Georgia, Arial, Helvetica, sans-serif; 
	font-size: 16px; 
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 100%;
	width: 100%;
}

P {
	line-height:24px;
	font-family: Georgia, Arial, Helvetica, sans-serif; 
	font-size: 16px; 
}

A.headlink, A.headlink:link, A.headlink:visited
{ 
	font-family: Georgia; font-size: 16px; color: #003366; text-decoration: none; font-weight: bold; padding:1px 2px 1px 2px;
}
A.headlink:active
{ 
	text-decoration: none; font-weight: bold; 
}
A.headlink:hover
{ 
	text-decoration: none; font-weight: bold; background-color:#CCCCCC;
}

A, A:link, A:visited
{ 
	font-family: Georgia; color: #3268B5; text-decoration: underline; font-weight: normal; 
}
A:hover
{ 
	font-family: Georgia; color: #3268B5; text-decoration: none; font-weight: normal; 
}

IMG.imageThumbnail
{
	border: 1px solid #3268B5; margin-bottom: 3px;
}
IMG.imageHover
{
	border: 1px solid red; margin-bottom: 3px;
}

TD, LI
{ 
	color: #000000; font-weight: normal; font-style: normal; text-decoration: none; 
}

H1
{ 
	font-family: "Lucida Handwriting", Georgia; color: #663300; font-weight: bolder; font-size:22px; font-style: normal; text-decoration: none; margin-top: 0px; margin-bottom: 0px; 
}

H2
{ 
	font-family: Georgia; color: #996633; font-weight: bold; font-style: normal; font-size:18px; text-decoration: none; margin-top: 0px; margin-bottom: 0px; 
}

H3
{ 
	font-family: Georgia; color: #996633; font-weight: bold; font-style: normal; font-size:16px; text-decoration: none; margin-top: 0px; margin-bottom: 0px; 
}
#mainContentCell
{
	background-image: url('http://www.philhathcock.com/dev/images/osx_background.gif');
}
#imageFade
{
	filter: alpha(opacity=0);
	-moz-opacity: 0.0;
	position: absolute;
	left: 0px;
	top: 0px;
}

#imageMain
{
	visibility: hidden;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	position: absolute;
	left: 0px;
	top: 0px;
}

#imageFadeStatic
{
	filter: alpha(opacity=0);
	-moz-opacity: 0.0;
}

#imageMainStatic
{
	visibility: hidden;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
}