body {
	background-color: #FFFFCC;
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	text-decoration: none;
}
a:visited {
	color: #990000;
	text-decoration: none;
}
a:hover {
	background-color: #FFCCFF;
	text-decoration: none;
}
.dot {
	list-style-image: url(bluedot.gif);
}
