body,td,th {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
}
h1 {
	font-size: 20px;
	font-variant: small-caps;
}
h2 {
	font-size: 15px;
	color: #09F;
	font-variant: small-caps;
}
h3 {
	font-size: 11px;
	font-variant: small-caps;
	font-style: normal;
	letter-spacing: 1px;
	color: #666;
}
h4 {
	font-size: 12px;
	color: #F00;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
	color: #09F;
}
a:active {
	text-decoration: none;
	color: #000;
}