@charset "utf-8";

#container #footer {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #bf86d1;
	text-align: center;
	padding: 5px;
	width: 945px;
	color: #FFF;
}



#footer a:link { /*the MOST important for the rolloever and hover effect, howa el kol fi el kol until now for the cell and ALL FONT changes!!*/
	font-size: 11px;
	font-family:Tahoma, Geneva, sans-serif;
	color: #FFF;
	text-align: center;
	text-decoration: none;
}




#footer a:hover
{
	color: #FCF171;
	font-size: 11px;
	text-align: center;
	text-decoration: underline;
}
#footer a:visited {
	font-size: 11px;
	text-align: center;
	color: #FCF171;
	text-decoration: none;
}
#footer a:active {
	font-size: 11px;
	font-family:Tahoma, Geneva, sans-serif;
	color: #FCF171;
	text-align: center;
	text-decoration: none;
}

