#main 
{
position: absolute;
width: 100%;
left: 0%;
font-family: Arial, Helvetica, Sans-serif;
text-align: justify;
}

#main .heading {
margin-top: 0em;
font-size: 200%;
color: darkorange;
}

#main .date {
color: #AAAAAA;
}

#main .subheading {
color: darkorange;
font-size: 150%;
margin-top: 0em
}

#main .text {
color: black;
margin-bottom: 0em;
} 

#main .text p {
margin-top: 0em;
}

table.mainTable 
{
	border: none;
	width: 100%;
}

table.mainTable td
{
	border: none;
	text-align: center;
}

table.itemTable
{
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
	border: none;
	width: 250px;
	height: 300px;
}

table.itemTable th
{
	border: none;
	text-align: center;
	vertical-align: top;
	height: 80px;
}

table.itemTable td
{
	border: none;
	text-align: justify;
	vertical-align: top;
	height: 220px;
}
