
 * {
 font-family: Helvetica Neue LT Std,  Verdana, Arial;
 font-weight:100;
 }
 
a {
    padding:0px;
}

a:link {
	color: #FFF;
	text-decoration: none;
	
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
    color: #FFF;

}
a:active {
	text-decoration: none;
    color: #FFF;

}

.row_footer {
    background:url(/img/pixel.png);
}

a.hover:hover {
    background: #FF0;
	color: #000000;
}

.row_footer a:hover {
    background: #FF0;
	color: #000000;
}

