/* CSS Document */

a:link {
	font-size: 13px;
	line-height: 20px;
	color: #000000;
	text-decoration: none;

}
a:visited {
	font-size: 13px;
	line-height: 20px;
	color: #000000;
	text-decoration: none;

}
a:hover {
	font-size: 13px;
	line-height: 20px;
	color: #FF0000;
	text-decoration: blink;

	


}

a.d:link {
	font-size: 13px;
	line-height: 20px;
	color: #ffffff;
	text-decoration: none;

}
a.d:visited {
	font-size: 13px;
	line-height: 20px;
	color: #ffffff;
	text-decoration: none;

}
a.d:hover {
	font-size: 13px;
	line-height: 20px;
	color: #FF0000;
	text-decoration: blink;

	


}
