h1 {
	color: gray;
	text-align: center;
	text-shadow: 3px 3px 3px #DDDDDD;
}

p {
	font-family: arial;
	text-shadow: 2px 2px 2px #DDDDDD;
}

li {
	font-family: arial;
	font-weight: bold;
	text-shadow: 2px 2px 2px #DDDDDD;
}

p.alert {
	color: red;
	font-size: 70%;
}

p.pageselect {
	text-align: center;
	font-size: 70%;
}

a.pageselect {
	font-weight: bold;
	color: #999999;
	text-shadow: 3px 3px 3px #BBBBBB;
	text-decoration: none;
}

a.pageselect:hover {
	color: blue;
}

