@charset "utf-8";
/* CSS Document */

body{
background-color: #006600;
font-family:tahoma, arial, verdana;
font-size:12px;
text-align:justify;
}

.tabela{
align: center;
width:900px;
height:500px;
border:0;
border-color:#003300;
cellspacing:0;
cellpadding:0;
background-color:#fff;
}

.cabecalho{
text-align:center;
color: #FF6600;
font-size: 50px;
font-style: normal;
}

.corpo{
font-family:tahoma, arial, verdana;
font-size:20px;
text-align:center;
color:#000099;
}

.corpoPreto{
font-family:tahoma, arial, verdana;
font-size:18px;
text-align:center;
color:#666;
}

.rodape{
text-align:center;
color: #FFF;
font-size: 15px;
}
/*
.titulo{
font-size:20px;
color:#00FF00;
}

a:link{
color: blue;
background-color:#FF0000;
text-decoration:none;
font-size:14px;
}

a:visited{
color: #FF0000;
background-color: #000000;
text-decoration:none;
font-size:14px;
}

a:hover{
color: yellow;
background-color:#0000FF;
text-decoration:none;
font-size:14px;
}

a:active{
color: blue;
background-color:#FF0000;
text-decoration:none;
font-size:14px;
}
