body {
	background:#CCCCCC;
	color:#000000;
}
h2 {
	font-size:xx-large;
	text-align:center;
	margin-bottom:0px;
	font-weight:lighter;
}
h3 {
	font-size:x-large;
	text-align:center;
	margin-bottom:5px;
	font-style:italic;
	font-weight:lighter;
}

a:link {
	text-decoration:none;
	color:black;
	text-align:center;
}
a:link:visited {
	text-decoration:none;
	color:black;
	text-align:center;
}
a:link:hover {
	text-decoration:none;
	color:#333366;
	text-align:center;
}
a:link:active {
	text-decoration:none;
	color:black;
	text-align:center;
}

#underlined {
	text-decoration:underline;
}
