/* CSS Document */
a:link {
	text-decoration: none;
	color: #000000;

}
a:hover {
	color: #FF0000;
}
a:active {
	color: #000000;
	text-decoration: none;

}
a:visited {
	color: #000000;
	text-decoration: none;
}
.25 {
	line-height: 25px;
}