@charset "utf-8";
/* CSS Document */

.style1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
}
	
A
{
	text-decoration: none;
	color: #999999;
	font-weight:bold;
}

A:hover
{
	text-decoration: none;
	color: #333333;
	font-weight:bold;
}
A:visited
{
	text-decoration: none;
	color: #333333;
}

A:active
{
	COLOR: #333333;
}
