BODY {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	font-size : normal;
	color : Black;
}


A {
	font-weight:normal;
	text-decoration:none;
	
}

A:HOVER {
	text-decoration : none;
	color : Red;
}

A:visited {
	text-decoration : none;
	color : Purple;
}

.highlight {
	color : Black;
	background : Yellow;
}

DT {
	font-variant: small-caps;	
	font-weight: bolder;
}

P.breakhere {
	page-break-before: always
}
