a{
 color: #ffffff;
 text-decoration: none;
}

a:hover {
 color:gold;
}



.left{
	width:190px;
	float:left;
	padding:12px 12px;
}
.center2{
	width:250px;
	float:left;
	padding:12px 0px;
}
.przyciskciemny{
	background:url(images/przyciskciemny.jpg) no-repeat;
	padding:2px 5px 4px 15px;
	font-size:16px;
	color:#ffffff;
	font-weight:bold;
}
.przyciskjasny{
	background:url(images/przyciskjasny.jpg) no-repeat;
	padding:1px 5px 5px 25px;
	color:#ffffff;
	font-weight:none;
	margin-left:30;
	font-family:Bell Gothic Std;
}



a.as:link{
	color:#ffffff;
	text-decoration: none;
	font-size:16px;
	font-weight:bold;
}
a.as:visited{
	color: #ffffff;
	text-decoration: none;
	font-size: 16px;
	font-weight:bold;
}	
a.as:hover {
	color: red;
	text-decoration: underline;
	font-size: 16px;
	font-weight:bold;
}
a.as:active {
	color: #ffffff;
	text-decoration: none;
	font-size: 16px;
	font-weight:bold;
}