/* CSS Document */

a:link { text-decoration: none; color: #ccc; }
a:visited { text-decoration: underline; color: #efefef; }
a:hover { text-decoration: none; color: #fff; }
a:active { text-decoration: underline; color: #efefef; }

#rodape { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: 140%; color: #fff; }


