BODY {
	color: Black;
	background-color: White;
	/*font-family: Garamond, Arial, serif;*/
}

A {
	color: Red;
	text-decoration: none;
	font-weight: bold;
}
.iconset {
	font-family: "Arial Black", "Snap ITC",fantasy ;
	font-weight: normal;
	}
.preview {
	font-weight: normal;
	font-style: italic;
}

A:HOVER {
		text-decoration: none;
	background : Yellow;
}
