P {
	font-family : "Tahoma", Courier, monospace;
	font-size : 8pt;
	letter-spacing : 1;
	word-spacing : 3;
}

A {
	font-family : "Tahoma", Courier, monospace;
	font-size : 8pt;
	letter-spacing : 1;
	word-spacing : 3;
	color: #ff3300;
	text-decoration: none;
}

A:hover {
	font-family : "Tahoma", Courier, monospace;
	font-size : 8pt;
	letter-spacing : 1;
	word-spacing : 3;
	color: #ff6600;
	text-decoration: underline;
}