a:focus
{
-moz-outline-style: none;
}

body 
{
  background: #eeeeee;
  color: #000000;
  font-family: verdana,arial,helvetica,sans-serif;
  font-size: 13px;
  line-height: 16px;
  margin-top: 20px;
}

a 
{
  color: #333333;
  font-weight: bold;
  text-decoration: none;
}
a:hover 
{
  color: #555555;
  text-decoration: underline;
}

img 
{
  border-width: 0px;
}

h1
{
  font-size: 26px;
}

h2
{ 
  font-size: 20px;
}

h3
{
  margin: 0px;
  padding: 0px;
}

strong
{ 
  color: #c10028;
}


.container 
{
  position: relative;
  width: 700px;
  left: 50%;
  margin-left: -350px;
}


.title
{
  
}


.content
{
  text-align: justify;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  padding: 10px;
}

.content form input
{
  background: #f8f8f8;
  border: 1px solid #bbbbbb;
  margin: 2px;
}
.content form textarea
{
  background: #f8f8f8;
  border: 1px solid #bbbbbb;
  margin: 2px;
}

.submit
{ 
  font-size: 14px; 
  font-weight: bold; 
  padding: 2px 5px 2px 5px; 
  border: 2px solid #aaaaaa;
}
.submit:hover
{
  cursor: pointer;
  border: 1px solid #777777;
}


.footer
{
  position: relative;
  top: 5px;
  text-align: center;
  margin-bottom: 50px;
}

