body
{
	background-color: #000;
}
h1
{
	font-family: New Century Schoolbook;
	font-weight: bold;
	color: blue;
	text-align: center;
	font-size: 90px;
	text-shadow: 2px 2px white;
}
h2
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 50px;
	color: white;
	text-align: center;
}
p
{
	font-family: sans-serif;
	color: white;
	text-align: center;
}
a
{
	font-family: Verdana;
	color: aqua;
}
.white-bold-small
{
	font-weight: bold;
	color: white;
	font-size: 30px;
}

li
{
	font-family: sans-serif;
	color: white;
}
#centered-link
{
	font-family: Verdana;
	color: aqua;
	text-align: center
}
#centered-link-bold
{
	font-family: Verdana;
	font-weight: bold;
	color: aqua;
	text-align: center
}

.white-bold
{
	font-weight: bold;
	color: white;
	font-size: 40px;
}
#white-bold-underlined
{
	font-family: Verdana;
	font-weight: bold;
	color: white;
	text-align: center;
	text-decoration: underline;
}