/* CSS Document */

div#text a {
	color:#2e73b9;
	text-decoration:none;
	border-bottom:1px dashed #f7a600;
}
div#text a:hover {
	color:#f7a600;
	text-decoration:none;
	border-bottom:1px dashed #2e73b9;
}