@CHARSET "UTF-8";

/******************************************
  Navigation Trail Sample
  Specification file: trail
 ******************************************/

/*
 * This style applies to each item in the cell. (e.g., to the <a> tag)
 */
.trail_item_normal {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	font-size: large;
	text-decoration: none;
}

.trail_item_normal a:hover {
	font-family: Arial, Helvetica, sans-serif;
    color: #FFFFFF;
	font-size: large;
	font-weight: bold;
    text-decoration: underline;
}
