html, body, font, table {
color: #666666;
font-family: arial, sans-serif;
font-size: 10pt;
}

html, body {
background-color: #000000;
scrollbar-face-color: #000000;
scrollbar-highlight-color: #000000;
scrollbar-shadow-color: #808080;
scrollbar-3dlight-color: #c0c0c0;
scrollbar-arrow-color:  #808080;
scrollbar-track-color: #808080;
scrollbar-darkshadow-color: #000000;
}

.titulos {
color: #aaaaaa;
font-family: arial, sans-serif;
font-size: 16pt;
}

img{
border-color: #333333;
border-style: solid;
}


a img {
filter: Alpha(opacity=50);
-moz-opacity: 0.5;
}

a:hover img {
filter: Alpha(opacity=100);
-moz-opacity: 1;
}

a, a:link, a:visited {
font-family: arial, sans-serif;
font-size: 10 pt;
font-weight: bold;
color: #555555;
text-decoration: none;
}
a br {
font-size: 4 pt;
}
a:hover {
font-family: arial, sans-serif;
font-size: 10 pt;
font-weight: bold;
color: #FFFFFF;
text-decoration: none;
}