/* CSS Document */

a:link {

	color: #666666;

	text-decoration: none;

	font-size:16px;

	font-weight:bold;

}

a:visited {

	color: #666666;

	text-decoration: none;

	font-size:16px;

	font-weight:bold;

}

a:hover {

	text-decoration: none;

	color: #CCCCCC;

	font-size:16px;

	font-weight:bold;

}

a:active {

	color: #666666;

	text-decoration: none;

	font-size:16px;

	font-weight:bold;
}



body{
	background-color: #ffffff;
}