@charset "UTF-8";
body {
	background-color: #CCCCCC;
	margin-top: 20px;
}
a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: none;
	color: #990000;
	background-color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #990000;
}
/* CSS Document */


.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #990000;
	font-weight: bold;
}
.description {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #990000;
}
.category {
	font-family: "Lucida Bright";
	font-size: 22px;
	font-weight: bold;
	color: #990000;
	background-position: center;
}
