/* CSS Document */

A:link{
	color:#333333;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-style: strong;
}
a:visited {
	color: #666666;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-style: strong;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-style: strong;
}
.menu {
    color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.textcourrent{
    color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}