p,ul,ol,td, h1, h2, h3, h4, h5, h6 {
	font-size: 9pt;
	font-family: "MS Sans Serif", Geneva, sans-serif;
	color: #000000;
}

h1 {
	font-size: 200%;
rem color: #ffffff;
}
h2 {
	font-size: 150%;
}
h3 {
	font-size: 100%;
	color: #FFCC00;
}
h4{
	font-size: 100%;
	 color: #6666CC;
}
h5{
	font-size:80%;
}
h6{
	font-size:80%;
	color: #CC0033;
}
}
}
a {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: underline;
	color:  #CC0033;
}
a:hover {
	text-decoration: underline;
	color: #CC0033;
}

