H1, H2, H3 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
H1 {
	font-size: 133%;
	margin-top: 0px;
}
H2
{
	font-size: 121%;
}
P { text-align : justify; }
P.author {
	font-size: 90%;
	color: Gray;
	margin-top: 0px;
	margin-bottom: 5px;
}


TABLE {
	border-collapse: separate;
	table-layout: fixed;
}

TABLE TD {padding: 3px}

TABLE.UP
{
	background-color: Black;
	width: 100%;	
}
TABLE.down
{
	background-color: Black;
}
TR.line{
	border-top: thin solid Black;
	background: #E7E6E2;
}

BODY
{
	margin: 0px;
}

P.UP
{
	color: White;
	font-size: 83%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

A:link.UP
{
	color: White;
}
A:visited.UP
{
	color: White;
}

P#center {text-align:center}
P#right {text-align: right;}

a:link{
	color: Blue;	
}
a:visited{
	color: #00008B;
}
a:active{
	color: Gray;
}
a:hover{
	color: Red;
}

LI{
	padding-bottom: 10px;
}