body
{
	background-color: rgb(100, 100, 100);
	font-family: Verdana;
    color: rgb(255, 255, 255);
	font-size: 8pt;
}
a
{
	color: white;
	text-decoration: none;
}
a.swapped
{
	color: rgb(150,0,0);
	text-decoration: underline;
}
a.swapped:hover
{
	color: rgb(0,0,255);
}
