html
{
  font-size:0.8em;
}

body
{
  padding:20px 15px 0 15px;
}

h2
{
 font-size:1.2em;
 color:#23597A; 
}

table.contact_form
{
  margin:20px;
  
}

table.contact_form td:first-child
{
  text-align:right;
}

textarea
{
  resize:none;
}

input[type=text], input[type=email]
{
  width:230px;
}

table.services
{
   
}

table.services td
{
  border:1px solid black;
}

table.services td:first-child
{
  width:80px;
}

table.services h4, table.services img
{
  margin:5px 10px 0 10px;
}

table.services td:last-child
{
  text-align:center;  
}