BODY
	{
	margin: 20px;
	color: Lime;
	font-family: Arial,Helvetica,Sans-serif;
	font-weight: normal;
	}

A:active
	{
	color: #000000;
	text-decoration : none;
	}

A:link
	{
	color: Yellow;
	text-decoration : none;
	}

A:visited
	{
	color: #FFD700;
	text-decoration : none;
	}

A:hover
	{
	color : Lime;
	text-decoration : underline;
	}

H1
	{
	color: Lime;
	font-size: 20px;
	}

H2
	{
	color: Yellow;
	font-size: 16px;
	}

H3
	{
	color: Yellow;
	font-size: 13px;
	}
	
HR
	{
	color: Black;
	background: Black;
	height: 1px;
	}
	
UL
	{
	color: Yellow;
	font-size: 13px;
	font-weight: bold;
	margin-left: 0;
	padding-left: 17px;
	}

P
	{
	color: White;
	font-size: 13px;
	font-weight: normal;
	line-height: 24px;
	text-align: justify;
	margin-bottom: 20px;
	}
	
P.navigate
	{
	width: 100px;
	background-color: #006600;
	font-size: 12px;
	font-weight: normal;
	line-height: 15px;
	padding: 8px;
	}

TD
	{
	color: White;
	font-size: 12px;
	}
	
.pager
	{
	color: Yellow;
	font-size: 14px;
	}

.yellow
	{
	color: Yellow;
	font-size: 16px;
	}

.lime
	{
	color: Lime;
	font-size: 20px;
	}
	
INPUT
	{
	color: Yellow;
	border: #316300 1px solid;
	background-color: #009C00;
	}

TEXTAREA
	{
	color: Yellow;
	border: #316300 1px solid;
	background-color: #009C00;
	white-space: normal;
	}