/* CSS Document */

A:LINK    {text-decoration: none;
	color: #000195;
}

A:VISITED {
	text-decoration: none;
	Color: #0099FF;
}
A:HOVER   {
	text-decoration: none;
	Color: green;
}

