body {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFF99;
}
a:link {
	color: #FFFF99;
	text-decoration: none;

}
a:hover {
	color: #FFCC66;
	background-color: #333333;
	text-decoration: none;

}
a:visited {
	color: #FFFFCC;
	text-decoration: none;
	background-color: #333333;

}

.linkcat {
	font-size: 12px;
	font-weight: bold;
	list-style-type: disc;

}
.link {
	font-size: 10px;
	list-style-type: circle;
	list-style-image: none;
	list-style-position: outside;
}