body {
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande", Verdana, Arial, Sans-Serif;
	font-size: small;
	text-align: center;
	color: #222222;
    background: #FBFBFB url('images/background-monologos.png') repeat-x top left;
	}

a {
	color: #4B5054;
        }

a:hover {
	text-decoration: none;
        color: #FD028A;
        }
		
/* Footer > Links */

.links {
	text-decoration: none;
	font-size: 11px;
        color: #4B5054;
}

.links a {
	text-decoration: none;
	color: #4B5054;
}

.links a:hover {
	text-decoration: none;
        color: #E1600F;
}

