FONT
{
	font-size: x-small;
	font-family: 'Century Gothic' , Tahoma;
}

TD
{
	font-size: x-small;
	font-family: 'Century Gothic' , Tahoma;
	border-bottom: black 1px solid;
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
}
	
TH
{
	font-weight: bolder;
	font-size: x-small;
	font-family: 'Century Gothic' , Tahoma;
	background-color: darkgray;
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
}

INPUT
	{
	FONT-SIZE: x-small;
	}

BODY
	{
	font-family: 'Century Gothic' ,Tahoma;
	background-color:lightgrey
	}
H1
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: 12pt;
    TEXT-ALIGN: center
}
table
{
	border-right: black 2px solid;
	border-top: black 2px solid;
	border-left: black 2px solid;
	border-bottom: black 2px solid;
	table-layout: auto;
	border-collapse: collapse;
	margin: 1px;
}

