body 	{
	font-weight:normal;
	font-size:12pt;
	font-family:Georgia,Times New Roman,Times,serif;
	background-color:#999999;
}
h1		{
	font-size: 18pt;
	text-decoration: underline;
}
h2 		{
	font-size: 15pt;
	text-decoration: underline;
}
h3 		{
	font-size: 12pt;
	text-decoration: underline;
}

a 		{
	font-size: 14px;
	color: #99ccff;
}
a:link	{
	color:#99CCFF;
	text-decoration:underline;
}
a:hover	{
	color:#000;
	text-decoration:underline;
	background-color:#EEE;
}

.border 	{
	border-style:ridge; 
	border-color:grey; 
	border-width:3px; 
}
.imgPH 	{
	border-style:ridge; 
	border-color:black; 
	border-width:4px;
}	


