* {
  margin: 0;
  padding: 0;
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
}

table * {
  border-collapse: collapse;
  border-spacing: 0;
}

table tr td 
{
  padding: 2px 5px;
}

html, body
{
  height: 100%;
}

body 
{ 
  margin: 20px;
  color: black;
  font: 16px/1.2 arial, helvetica, clean, sans-serif;
}

div.clear
{
  clear: both;
}

h1
{
  padding: 10px 0;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
}

h2
{
  padding: 20px 0 10px 0;
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
}

.error
{
  color: red;
  font-weight: bold;
}

.pass
{
  color: green;
  font-weight: bold;
}


