body {
	font-family: Arial, Helvetica, Sans;
	font-size: 12px;
	color: white;
	font-weight: bold;
	margin: 10px;
	}
	
a	{
	color: ddcccc;
	text-decoration: none;
	}

a:hover	{
	color: yellow;
	text-decoration: underline;
	}
		
a:visited	{
	color: #ee8888;
	}
	
dt {
	font-family: Arial, Helvetica, Sans;
	font-size: 10px;
	color: white;
	font-style: bold;
	}
