h1
{
	text-align:center;
	margin-left:20px;
	margin-right:20px;
	margin-top:10px;
	font-family:"Times New Roman", Times, serif;
	font-size:36px;
}

h2
{
	text-align:center;
	margin-left:20px;
	margin-right:20px;
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
}

h3
{
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
}

p
{
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	vertical-align:middle;
	
}

a
{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:16px;
	text-decoration:underline; 
	color:#000000;
	font-weight:bold;
}

a:link { text-decoration:underline; color:#000000;}
a:active { text-decoration:underline; color:#000000;}
a:visited { text-decoration:underline; color:#000000;} 
a:hover { text-decoration:underline; color:#000000;} 

.POSTable
{
	border-style:solid;
	border-width:1px;
	border-color:#000000;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
}

.POSCell
{
	border-style:solid;
	border-width:1px;
	border-color:#000000;
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:10px;
	padding-right:10px;
}