body {
	background-color: white;
	color: black;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 10pt;
}

td.typeA {
	background-color: #e0dfe3;
}

h1 {
	font-size: 14pt;
}

td.typeB {
	font-size: 8pt;
	text-align: center;
}

a:link {
		text-decoration: none; 
		color:#0000FF; } 
a:visited {
		text-decoration: none; 
		color:#0000FF; }
a:focus {
		text-decoration: none; 
		color:#0000FF; }
a:hover {
		text-decoration: underline; 
		color:#0000FF; }
a:active {
		text-decoration: none; 
		color:#0000FF; }

#block1 {
	border-style: dashed;
	border-width: 1px;
	border-color: #000000;
	padding:5px;
	background-color: #e0dfe3;
}
