BODY  {
	background-color : #B0D0B0;
	font-family : sans-serif;
    color: Green; 
    margin-left   : 2%; 
    margin-right  : 2%;
    margin-bottom : 2%;
	margin-top    : 2%;
}

TABLE {
	border-width: 0px;
}

TH  {
	font-weight : bold;
	font-family : sans-serif;
	font-size : 9pt;
	border-width: 0px;
}

TD  {
	font-family : sans-serif;
	font-size : 9pt;
	border-width: 0px;
}

A  {
    color: Green; 
	text-decoration : none;
	font-weight : bold;
	font-family : sans-serif;
}

A:hover  {
    color: #00C100; 
	text-decoration : none;
	font-weight : bold;
	font-family : sans-serif;
}


