/* CSS Document */

a:link {
	color: #FF6600;
	font-family: Verdana;
	text-decoration: none
}
a:visited {
	color: #FF6600;
	font-family: Verdana;
	text-decoration: none
}
a:hover {
	color: #FFFFFF;
	background-color: #FF6600;
}
a:active{
	color: #FF6600;
		text-decoration: none
}
abbr {
    speak: spell-out;
}
acronym {
    speak: normal;
}
abbr, acronym {
    border-bottom: 1px dotted;
	cursor: help;
}