html, body {
	font-size		: 100%;
	font-family		: "Times New Roman", "Times Roman", Times, serif;
	background-color: white;
	
}
h1 {
	font-size		: 1.50em;
	text-decoration : bold;
    margin-top: 0px;
    margin-bottom: 6px;
    padding-top: 0px;
    padding-bottom: 0px;
    }
h2 {
	font-size		: 1.30em;
	text-decoration : bold;
    margin-top: 0px;
    margin-bottom: 4px;
    padding-top: 0px;
    padding-bottom: 0px;
}
ul { 
    list-style-type: none; 
} 
li {
	list-style-image: none;
	list-style-type: none; 
} 
.hidden {
	position: absolute;
	left: 0px;
	top: -1000px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}


