/* CSS Document */

a
{
	color:#3399FF
}
a:hover {
  color: #FF9900;
  text-decoration: none;
}
