/* CSS Document */
.texto{
font-family: Tahoma, Arial;
font-size: 11px;
color: #1A1E02;
}
.titulo_pagina{
font-size: 13px;
font-weight: bold;
color: steelblue;
}
.titulomateria{
font-size: 12px;
font-weight: bold;
color: orangered;
}
.link_album{
font-size: 11px;
color: #336699;
text-decoration: underline;
}
.link_album:hover{
color: orangered;
}
.titulo_grid{
height: 20px;
color: orangered;
background-color: #F4F4F4;
border: 1 solid whitesmoke;
filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr='#FFFFFF', endColorStr='gainsboro', gradientType='0');
}
a{
font-size: 11px;
color: #1A1E02;
text-decoration: none;
}
a:hover{
color: orangered;
text-decoration: underline;
}
.fundo_topo{
filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr='#FFFFFF', endColorStr='#D9DABB', gradientType='0');
}
