BODY, P, H1, H2, H3, H4, H5, H6, TABLE, TH, TD, OL, UL, LI, CITE, ADDRESS
{
  font-family: Verdana, Helvetica, sans-serif;
}

BODY
{
	background-color: rgb(220, 220, 220);
	margin: 20px;
}

H1
{
	font-style: italic;
	line-height: 1em;
}

H2
{
	font-style: italic;
	line-height: 1em;
	margin-bottom: 0px;
}

H3
{
	font-style: italic;
	line-height: 1em;
}

H4
{
	font-style: italic;
	line-height: 1em;
}

P
{
	text-align: justify;
	text-indent: 2em;
}

CITE
{
  font-style: normal;
  text-decoration: underline;
}

A
{
	text-decoration: none;
	font-weight: bold;
}

A:LINK { color: #FF0000 }
A:HOVER { color: #000000 }
A:VISITED { color: #CC0000 }
A:ACTIVE { color: #770000 }

TABLE
{
	background-color: white;
	border-color: red;
	border-style: groove;
	border-width: 3px;
	margin: 20px;
}

TH
{
	background-color: red;
	color: white;
	font-size: 14px;
	font-weight: bold;
	margin: none;
	padding: none;
	text-align: center;
}

TD
{
	margin: none;
	padding: 4px;
	vertical-align: top;
}

HR
{
	color: red;
	width: 100%;
  height: 3px;
}

.BORDER
{
	border-color: red;
	border-style: groove;
	border-width: 3px;
}