body
{ 
background: #042e00;
font-family: arial;
}

a
{
text-decoration:none;
font-weight: bold;
color:yellow;
}

table.out_table
{
border-collapse: collapse;
border-color: gray;
vertical-align: middle;
margin-left: auto;
margin-right: auto;
margin-top: auto;
margin-bottom: auto;
background: url('ilustracao_pery_site-1024-low.jpg') no-repeat;
}

table.main_table
{
text-align: justify;
background: url('ilustracao_pery_site-1024.jpg') no-repeat;
color: white;
font-size: 12px;

}


td.Login
{
height:250px;
width:300px;
vertical-align: bottom;
text-align: right;
}

input[type=button]{
  background: black;
  color: white;
}

input[type=text]{
  background: black;
  color: white;
}

input[type=password]{
  background: black;
  color: white;
}

