@charset "utf-8";
/* CSS Document */

body{
margin:0px;
padding:0px;
background-image:url(imagens/bg.gif);
background-position:center;
background-repeat:repeat-y;
}

td{
font-family:verdana;
font-size:10px;
color:#333333;
}

a{
font-family:verdana;
font-size:10px;
color:#009900;
text-decoration:none;
}

a:hover{
font-family:verdana;
font-size:10px;
color:#990000;
text-decoration:underline;
}