/* gold = rgb(255, 215, 0) */
BODY		{
	background-color:	white;
	color:			black;
}
A:link		{
	color:			blue;
	background-color:	white;
	text-decoration:	underline;
}
/* A:visited	{ color: rgb(175, 100, 200); text-decoration: underline; } */
A:visited	{
	color:			rgb(0, 0, 100);
	background-color:	white;
	text-decoration:	underline;
}
A:hover		{
	color:			red;
	background-color:	white;
	text-decoration:	none;
}
A:active	{
	color:			gray;
	background-color:	white;
	text-decoration:	underline;
}
/* vim: set noexpandtab sw=8 ts=8 : */
