html, body {
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	text-align: left;
}
	h1, h2, h3 {
		font-weight: bold;	
}

	h1 {
		font-size: medium;
		text-align: center;
}
	h2 {
		font-size: 14px; 
		text-align: left;
}
	h3 {
		font-family: timesnewroman, serif;
		font-size: 16px;
		text-align: left;
}
	ul {
		list-style: outside;
}
	ol {
		list-style: outside;
		list-style-type: square;
}
	a {
		color: #0000ff;
		text-decoration: none;
}
	a:visited {
		color: #800080;
} 
	a:hover {
		color: #ff0000;
		text-decoration: underline;
}
th, td {text-align: center;
		font-size: 12px; 
		font-weight: normal;
}
td img {border: none;
}
