If I have something like the code below I would expect my link to be in red color with large fonts, it does not work, however.
.footer {
text-align: center;
}
.footer a {
color: red;
font-size: 32px;
}
Live example: http://jsfiddle.net/avUT4/
I don't understand. I'm not good at css but why this code does not work?