body{
	color: #000;
	background-color: #fff;
}

a{
	color: #000;
}

a:hover{
}

div#page{
	background-color: #fff;
}
a.info{
    color:#fff;
}

a#info:hover{
	background-color:#000
}

a#info:hover span{ /*the span will display just on :hover state*/
	color:#000;
}