body  {
	font-family : Arial, Helvetica, sans-serif;
	color : black;
	font-size : 11pt;
	background-color: white;
	font-weight : normal;
	font-style : normal;
}

A:link  {
	color : Blue;
	text-decoration: none;
	font-size : 13pt;
	line-height : 20px;
}
	
A:active  {
    color: Blue;
	text-decoration: none;
	font-size : 13pt;
    line-height : 20px;
}

A:visited  {
	color : Blue;
	text-decoration: none;
	line-height : 20px;
	font-size : 13pt;
}

A:hover  {
	color : Red;
	text-decoration: none;
	background-color: transparent;
	line-height : 20px;
	font-size : 13pt;
}


H1 {
	font-size : 22px;
	font-weight : bold;
	line-height : 24px
}

H2 {
	font-size : 16px;
	font-weight : bold;
	line-height : 20px
}

H6 {
	LINE-HEIGHT: 14px;
	font-size : 10px;
	FONT-FAMILY: arial;
	font-style : normal;
	font-weight : normal;
}


