<style TYPE="text/css">

.rssbutton{
background-color: #ff6600;
border: 1px #ff6600 outset;
padding: 0 2px;
color: white;
text-decoration: none;
font: bold 10px Verdana;
}

.rssbutton:visited, .rssbutton:hover, .rssbutton:active{
color: white;
}

.cssbutton{
background-color: #3399FF;
border: 2px #d1ec4c outset;
padding: 1px 4px;
color: black;
text-decoration: none;
font: bold 100% "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
}

.cssbutton:visited{
color: black;
}

.cssbutton:hover{
border-style: inset;
background-color: #FFFF33;
padding: 2px 3px 0 5px; /*shift text 1px to the right and down*/
}

.cssbutton:active{
color: black;
}




A:VISITED            { font-family: Geneva, Arial, Helvetica, san-serif ;  color: black; font-size: 7pt}
A:LINK               { font-family:  Geneva, Arial, Helvetica, san-serif;  color: Blue; font-size: 7pt}
A:ACTIVE            { color: White;}
A:HOVER       { font-family: Geneva, Arial, Helvetica, san-serif ; color: red; font-size: 7pt; background: yellow}

A.min:VISITED         { font-family: Geneva, Arial, Helvetica, san-serif ;  color: #9B6E6E; font-size: 7pt}
A.min:LINK             { font-family: Geneva, Arial, Helvetica, san-serif; font-weight: normal; color: #A03000; font-size: 8pt}
A.min:ACTIVE         { color: black;}
A.min:HOVER    { font-family: Geneva, Arial, Helvetica, san-serif ; font-weight: normal; color: black; font-size: 8pt; background: yellow}

P                       { font-family:  Verdana, Arial, Helvetica, sans-serif; font-size: 8pt;  }
P.min         { font-family: Verdana, Arial, Helvetica, sans-serif ; font-weight: normal; color: black; font-size: 8pt}
TD                     { font-family:  Geneva, Arial, Helvetica, san-serif; font-size: 8pt;  }
TD.grande     { font-family:  Verdana, Arial, Helvetica, sans-serif; font-weight: bold; color: black; font-size: 16pt}
TD.cab-numero { font-family:  Verdana, Arial, Helvetica, sans-serif; font-weight: bold; color: black; font-size: 15pt}
TD.home       { font-family:  Verdana, Arial, Helvetica, sans-serif; font-weight: kkbold; color: #FFFFD0; font-size: 8pt}
H2                     { font-family:  Verdana, Arial, Helvetica, sans-serif; font-weight: bold; color: black; font-size: 14pt}

XBODY { margin-top: -11px }

A.ssmItems:link                {color:black;text-decoration:none;}
A.ssmItems:hover        {color:black;text-decoration:none;}
A.ssmItems:active        {color:black;text-decoration:none;}
A.ssmItems:visited        {color:black;text-decoration:none;}
//

body {
    margin: 0px;
    padding: 0px;
}
div#buttonA {
    margin-left: 50px;
}
div#buttonA ul {
    margin: 0px;
    padding: 0px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 30px;
}
div#buttonA li {
    list-style-type: none;
    height: 30px;
    width: 125px;
    margin: 20px;
    text-align:center;
}
div#buttonA li a {
    height: 100%;
    width: 100%;
    display: block;
    text-decoration: none;
    border-width: 6px;
}
div#buttonA li a:link {
    color: #000000;
    font-weight: bold;
    background-color: #CCCCCC;
    border-style: outset;
}
div#buttonA li a:visited {
    color: #000000;
    font-weight: normal;
    background-color: #CCCCCC;
    border-style: outset;
}
div#buttonA li a:hover {
    font-weight: bold;
    color: #FFFFFF;
    background-color: #999999;
    border-style: outset;
}
div#buttonA li a:active {
    font-weight: bold;
    color: #FFFFFF;
    background-color: #666666;
    border-style: inset;
}
