body
{
  margin: 0 auto;
  width: 800px;
  padding: 20px;
	background: #000;
	color: #FFF;
	font-size: 14px;
	font-family: Candara, Calibri, 'Trebuchet MS', Cambria, Verdana, Tahoma, Arial;;
	line-height: 20px;
}

h1
{
  height: 185px;
  font-size: 0;
  text-indent: -9999px;
  background: url('/templates/438/g_files/logo-gazeta.jpg') no-repeat top center;
}
h1 a
{
  display: block;
  height: 185px; 
}

h2
{
  font-size: 16px;
  color: #D6D6D6;
  text-align: center;
  text-transform: lowercase;
}

strong
{
  color: #E65B26;
}

a
{
  color: #67BF41;
  text-decoration: none;
}

form
{
  text-align: center;
  margin: 50px;
}

td
{
  text-align: left;
}

input, textarea
{
  background: #FFF;
  border: 1px solid #E65B25;
  color: #65A340;
  font-weight: bold;
  padding: 3px;
  font-family: 'Trebuchet MS', Verdana, Tahoma, Arial;
  font-size: 12px;
}


