
Body
	{
		background-color: #000000;
		font-weight: bold;
	}

P
	{
		font-size: 14px;
		font-family: courier new;
		font-weight: bold;
		font-style: normal;
		color: #00ff00;
	}

LI
	{
		font-size: 14px;
		font-family: courier new;
		font-weight: bold;
		font-style: normal;
		color: #00ff00;
	}		

P.indented
	{
		font-size: 14px;
		font-family: courier new;
		font-weight: bold;
		font-style: normal;
		color: #00ff00;
		text-indent:12px;
	}

H1
	{
		font-size: 28px;
		font-family: courier new;
		font-weight: bold;
		text-align: center;
		color: #00ff00;
	}

A:link
	{
		text-decoration: none;
		font-style: italic;
		font-weight: bold;
		color: #00ff00;
	}

A:active
	{
		text-decoration: none;
		font-style: italic;
		font-weight: bold;
		color: #00ff00;
	}

A:visited
	{
		text-decoration: none;
		font-style: italic;
		font-weight: bold;
		color: #00ff00;
	}

P.footnote
	{
		font-size: 10px;
		font-weight: bold;
	}

Table.grid
	{
		background-image: url(images/bg_grid_green.gif);
		border: 0 px;
		padding: 0 px;
	}
	
Table
	{
		background-color: #000000
		border: 0 px;
		padding: 0 px;
	}