
A.menu {
 display: block;
 padding: 4px;
 width: 120px;
 height: 16px;
 background-image: url();
 background-color: #CCFFFF;
 text-decoration: none;
 text-align: center;
 font-size: 12px;
 font-weight: bold;
 color: #52B2C5;

}

A.menu:hover {
 background-image: url();
 background-color: #52B2C5;
 background-repeat: no-repeat;
 text-decoration: none;
 font-weight: bold;
 color: #CCFFFF;
}

A.pag {
 display: block;
 padding: 4px;
 width: 12px;
 height: 12px;
 background-color: #CCFFFF;
 text-decoration: none;
 text-align: center;
 font-size: 12px;
 font-weight: bold;
 color: #52B2C5;

}

A.pag:hover {
 background-color: #52B2C5;
 background-repeat: no-repeat;
 text-decoration: none;
 font-weight: bold;
 color: #CCFFFF;
}

body {font-family: Arial, sans-serif, Verdana; font-size: 12px }

td {font-family: Arial, sans-serif, Verdana; font-size: 12px }

