body  {
	font-family : Arial, sans-serif;
	color : black;
	font-size : 11pt;
        background-color: yellow
	font-weight : normal;
	font-style : normal;
}

A:link  {
	color : blue;
	text-decoration: none;
	font-size : 16px;
	line-height : 23px;
	font-weight : bold;
}
	
A:active  {
	color: blue;
	text-decoration: none;
	font-size : 16px;
	line-height : 23px;
	font-weight : bold;
}

A:visited  {
	color : blue;
	text-decoration: none;
	line-height : 23px;
	font-size : 16px;
	font-weight : bold;
}

A:hover  {
	color : red;
	text-decoration: none;
	background-color: transparent;
	line-height : 23px;
	font-size : 16px;
	font-weight : bold;
}

TABLE { 
	background-color: lightgreen;
}

TD {
	font-size : 10pt;
	LINE-HEIGHT: 20px;
	COLOR: Black;
	FONT-FAMILY: Arial, sans-serif;
}

H1 {
	font-size : 18px;
	font-weight : bold;
	line-height : 20px;
}

H6 {
	LINE-HEIGHT: 14px;
	font-size : 11px;
	FONT-FAMILY: arial;
	font-style : normal;
	font-weight : normal;
	color : black;
}


