  body  {
margin-left : 0;
margin-top : 0;
margin-right : 0;
margin-bottom : 0;
font-family : Arial, Helvetica, sans-serif;
background-image : url(imagens/pisoback.jpg);
}
.texto1 {
font-family : Arial, Helvetica, sans-serif;
font-weight : bold;
font-size : 12px;
}
.textotopbox {
font-family : Arial, Helvetica, sans-serif;
font-weight : bold;
font-size : 14px;
color : #000000;
}
.textoboxnum {
font-family : Arial, Helvetica, sans-serif;
font-weight : bold;
font-size : 15px;
color : #000000;
}
.textoboxnumgrd {
font-family : Arial, Helvetica, sans-serif;
font-weight : bold;
font-size : 24px;
color : #000000;
}
.titulonot {
font-family : Arial, Helvetica, sans-serif;
font-weight : bold;
font-size : 16px;
color : #000000;
}
.textonot {
font-family : Arial, Helvetica, sans-serif;
font-weight : normal;
font-size : 12px;
color : #000000;
}
.branco {
color : #ffffff;
}
.semnegrito {
font-weight : normal;
}
.linkadmin:link {
font-weight : bold;
font-family : Arial, Helvetica, sans-serif;
color : #000000;
font-size : 12px;
text-decoration : none;
}
.linkadmin:hover {
font-weight : bold;
font-family : Arial, Helvetica, sans-serif;
color : #000000;
font-size : 12px;
text-decoration : underline;
}
.linkadmin:active {
font-weight : bold;
font-family : Arial, Helvetica, sans-serif;
color : #ffffff;
font-size : 12px;
text-decoration : none;
}
.linkadmin:visited {
font-weight : bold;
font-family : Arial, Helvetica, sans-serif;
color : #000000;
font-size : 12px;
text-decoration : none;
}
.tabtitulo {
font-weight : bold;
font-family : Arial, Helvetica, sans-serif;
color : #000000;
font-size : 14px;
text-decoration : none;
}
.linkhome:link {
font-weight : bold;
font-family : Arial, Helvetica, sans-serif;
color : #000000;
font-size : 12px;
text-decoration : none;
}
.linkhome:hover {
font-weight : bold;
font-family : Arial, Helvetica, sans-serif;
color : #000000;
font-size : 12px;
text-decoration : underline;
}
.linkhome:active {
font-weight : bold;
font-family : Arial, Helvetica, sans-serif;
color : #ffffff;
font-size : 12px;
text-decoration : none;
}
.linkhome:visited {
font-weight : bold;
font-family : Arial, Helvetica, sans-serif;
color : #000000;
font-size : 12px;
text-decoration : none;
}
.tamgrande {
font-size : 24px;
}
#not{
background-color:#B80000;
border: solid 2px #000000;
padding-left: 3px;
color: #f8b91e;
}
#not .datanoticia {
font-weight : bold;
font-family : Arial, Helvetica, sans-serif;
color : #f8b91e;
font-size : 12px;
text-decoration : none;
}
#not a {
font-weight : bold;
font-family : Arial, Helvetica, sans-serif;
/*color : #000000; */
color : #FFFFFF;
font-size : 12px;
text-decoration : none;
}
#not a:hover {
font-weight : bold;
font-family : Arial, Helvetica, sans-serif;
/*color : #000000; */
color : #f8b91e;
font-size : 12px;
text-decoration : underline;
}
.seplinha{
border-bottom: 1px dashed #CCCCCC;

}
#pagenot a {
font-weight : bold;
font-family : Arial, Helvetica, sans-serif;
color : #000000; 
font-size : 12px;
text-decoration : none;
}
#pagenot a:hover {
font-weight : bold;
font-family : Arial, Helvetica, sans-serif;
color : #000000;
font-size : 12px;
text-decoration : underline;
}
#fotos {
font-family : Arial, Helvetica, sans-serif;
font-size : 12px;
font-weight : bold;
}
#fotos a {
border : 2px solid #000000;
}
#fotos a:hover {
border : 2px solid #999999;
}
#fotos img {
border : 4px solid #000000;
}
a:link {
font-weight : bold;
font-family : Arial, Helvetica, sans-serif;
color : #000000;
font-size : 12px;
text-decoration : none;
}
a:hover {
font-weight : bold;
font-family : Arial, Helvetica, sans-serif;
color : #000000;
font-size : 12px;
text-decoration : underline;
}
a:active {
font-weight : bold;
font-family : Arial, Helvetica, sans-serif;
color : #000000;
font-size : 12px;
text-decoration : none;
}
a:visited {
font-weight : bold;
font-family : Arial, Helvetica, sans-serif;
color : #000000;
font-size : 12px;
text-decoration : none;
} 

#menu a{
font-weight : bold;
font-family : Arial, Helvetica, sans-serif;
color : #000000;
font-size : 12px;
text-decoration : none;
}
#menu .texto{
font-weight : bold;
font-family : Arial, Helvetica, sans-serif;
color : #000000;
font-size : 12px;
text-decoration : none;
border-bottom: solid 1px #FFFFFF;
}

#popUP {          /*começo nomeando a minha div*/
position:absolute;        /*posicionei ela em absoluto*/
width:305px;        /*defini a largura*/
height:431px;         /*defini a altura*/
background:#FFF;      /*aqui eu defini a cor do background*/
background: url(imagens/banner_copa.jpg) no-repeat;  
text-align:justify;           /*alinhei o texto justificado*/
left:345px;             /*alinhei meu texto a esquerda e declarei um valor a ele*/
top:50px;             /*meu texto ficará a 50px do topo*/
border:6px solid #FFFFFF;    /*coloquei uma borda no meu pop up, borda com 1 pixel solida*/
font:20px Tahoma, Arial, Verdana;     /*defini o tamanho e a fonte que ficará o texto da minha popup*/
text-transform: uppercase;
color:#fff;       
text-align:right;                        /*defini aqui a cor do meu texto*/
padding:0px; /*defini a distância do texto para minha borda*/
}

#popUP a {    /*vou difinir agora a classe do link fechar*/
padding:0px;
padding-bottom: 2px;
padding-left: 2px;        /*apenas defini a distância do link fechar para minha borda*/
background:#FFFFFF;
}
