BODY,TD,P {
	font-size: 10pt;
	font-family: "verdana";
	color: #000000;
	background-color: #ffffff;
}

H1 {
	font-size: 16pt;
}

H2 {
	font-size: 18pt;
	font-family: "comic";
	color: yellow;
	background-color: blue;
}

A:link,A:visited,IMG {
	color: #0000ff;
	text-decoration: none;
}

A:hover {
	color: #0000ff;
	text-decoration: underline;
}
