html, body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:62.5%;
	-font-size:80%;
}
#pageContainer {
	position:relative;
	text-align:center;
}
h1 {
	font-size:1.8em;
	font-style:italic;
}
h2 {
	font-size:1.5em;
	font-style:oblique;
}
li, p {
	font-size:1.3em;
}
td {
	font-size:1.2em;
}
.disclaimer {
	font-size:1.1em;
	color:#666666;
}
a:link, a:visited {
	text-decoration:none;
}
a:hover, a:active {
	text-decoration:underline;
}