/**
   * This is the main style sheet for SMUK
   *
   * @package SMUK
   * @author Francis Saul <francis@mummybot.com>
   * @version 2007-10-27
   
   * @change log
   
*/


/*------------------------------------------------------------------------
Main styles ------------------------------------------------------------*/
body{
  font: 0.625em/1.6em Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
}
p, ul, ol, label, h1, h2, h3, h4, h5, h6{
  margin: 0 0 1em;
}
h1{
  font: normal 3.6em Trebuchet, Trebuchet MS, Arial, Helvetica, sans-serif;
  margin-bottom: 0.6em;
  text-transform: uppercase;
}
h2{
  margin-bottom: 0;
}
table{
  border-collapse: collapse;
}
th, td{
  padding: 5px;
  vertical-align: top;
}
a{
  text-decoration: underline;
}
a:hover{
  text-decoration: none;
}
form{
  margin: 0;
}
img{
  display: block;
  border: 0;
}