/* CSS Document */
#blurb {
	text-align: center;
	font-style: italic;
}
#blurb h1 {
	font-size: 35px;
}
#entry {
	margin-top: 25px;
	text-align: center;
}
#entry a {
	font-size: 25px;
	font-weight: 700px;
	color: #999999;
	text-decoration: none;
}
#entry a:hover {
	color: #cccccc;
}
