table {
	border: 1px none #000099;
}
li {
	color: #CCCCCC;
	list-style-type: square;
}
a:link {
	color: #FF6666;
	text-decoration: none;
}
a:visited {
	color: #FF6666;
	text-decoration: underline;

}
a:hover {
	color: #FF3366;
	text-decoration: underline;
}

