body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #FFFFCC;
}

H1 {
	font-size: 150%;
	font-weight: bold;
}

H2 {
	font-size: 130%;
	font-weight: bold;
	font-style: italic;
}

a:link, a:active, a:visited {
	text-decoration: none;
	color:blue;
}

a:focus, a:hover {
	text-decoration: underline;
	color:blue;
}

.big {
	font-size: large;
	font-weight: bold;
}

.medium {
	font-size: medium;
	font-weight: bold;
}

.xbig {
	font-size: x-large;
	font-weight: bold;
}

