BODY	{
	background: white;
	margin-top: 50;
	margin-left: 35;
	margin-bottom: 150;
	margin-right: 0;
	}

HR	{
	width: 500;
	text-align=left;
	}

TABLE.main	{
	margin: 0;
	width: 500;
	vertical-align: top;
	}
TABLE.andra	{
	width: 100%;
	vertical-align: bottom;
	text-align: center;
	}
.mark	{
	background: silver;
	}
TD	{
	padding: 0;
	vertical-align: top;
	}
TD.2	{
	padding: 0;
	vertical-align: bottom;
	}

H1	{
	font-family: arial, helvetica;
	text-transform: capitalize;
	}
H2	{
	font-family: arial, helvetica;
	font-weight: bold;
	font-size=100%;
	text-transform: uppercase;
	}

P	{
	text-align: justify;
	}

LI	{
	text-align: justify;
	}

A	{
	text-decoration: none;
	font-family: arial, helvetica;
	}
A.head	{
	font-family: arial, helvetica;
	font-weight: bold;
	text-decoration: none;
	text-transformation: uppercase;
	}
A.foot	{
	font-family: times, serif;
	font-weight: normal;
	text-decoration: none;
	}

P.foot	{
	font-family: times, serif;
	text-align: center;
	}

A:link	{
	color: maroon;
	background: transparent
	}
A:visited
	{
	color: purple;
	background: transparent
	}
A:active
	{
	color: olive;
	background: transparent
	}
A:hover	{
	color: teal;
	background: transparent
	}

