<style type="text/css">
<!--
body,td,th {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #e6be1e;
}
body {
background-color: #202020;
margin: 0px;
padding:0;
}
.titulo {font-size: 160%}
.foto {font-size: 120%}
.plus {font-size: 110%}
.menor {font-size: 90%}
a:link, a:visited, a:active {
font-size: 10px;
color: #cb4364;
text-decoration: none;
}
a:hover {
text-decoration: underline;
color: #cb4364;
}
/* Pagina��o de paginas */
#pages {
background:#00CC00;
white-space: nowrap;
margin:0 auto;
}
#pages ul {
list-style-type: none;
}
#pages li {
float: left;
display: inline;
margin: 0 5px 0 0;
display: block;
}
#pages li a {
color: #e6be1e;
padding: 4px;
border: 1px solid #cb4364;
text-decoration: none;
float: left;
}
#pages li a:hover {
color: #202020;
background: #cb4364;
border: 1px solid #e6be1e;
}
#pages li.nolink {
color: #cb4364;
border: 1px solid #cb4364;
padding: 4px;
}
#pages li.current {
color: #e6be1e;
border: 1px solid #e6be1e;
padding: 4px;
background: #202020;
font-weight:bold;
}