@charset "iso-8859-2";
/* CSS Document */
.down a:link, .down a:visited, .down a:active{
	color:#000000;
	font-size:14px;
	text-decoration:  none;
	font-weight:bold;
	} 

.down a:hover {
	color:#000000;
	font-size:14px;
	background-color:#FAFAFF;
	text-decoration:  underline;
	font-weight:bold;
	}

