body 		
{  
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;

	background-color: CC6600;
}


h1, h2, h3, h4, h5, h6
{
	font-weight: normal;

	background-color: burlywood;

	border-style: solid;
	border-width: 1pt;
	border-color: black;
}


code, pre
{
	font-family: Courier New, Courier;
	font-size: 10pt;
	
	color: darkred;
}


p
{  
	margin-top: 8pt;
	margin-bottom: 4pt;
}


hr
{
	border-width: 2pt;
	border-style: solid;
	border-color: FF3300;
}


ul
{
	list-style-type: circle;
}


img
{
	margin: 0;
}


form
{  
	margin-top: 4pt;
	margin-bottom: 4pt;
}


/******************************************************************************
 * Hyper links
 ******************************************************************************/
a:link
{
	color: white;
} 


a:visited
{
	color: white;
}


a:active
{
	color: 33CCFF;
}


/******************************************************************************
 * Tables
 ******************************************************************************/
table
{
	font-weight: normal;
	font-size: 80%;

	background-color: CC6600;

	border-width: 0pt;
	border-style: solid;
	border-color: black;
	border-collapse: collapse;
	
	text-align: left;
}


th
{
	font-weight: bold;

	background-color: teal;
	color: white;
	
	border-width: 1pt;
	border-color: black;
}


td
{
	border-width: 2pt;
	border-style: solid;
	border-color: FF3300;
}

