html {
  height:100%;
}

body {
  height:100%;
  width: 1024px;
  margin: 8px;
  background-color: white;
  font-family: Arial, Swiss, Helvetica, Thesis, sans-serif;
}

table {
  border: 0px solid #00f;
  padding: 0px;
  font-size: 14px;
}

img {
  border: 0px;
}
    
p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}

h1 { 
  font-size: 14px;
  color: #774a43;
 }

h2 { 
  font-size: 14px;
  color: #774a43;
 }

A:link {
        color: #c05350;
        text-decoration: none;
}

A:visited {
        color:#774a43;
        text-decoration: none;
}


A:hover {
        color: #808080;
        text-decoration: underline;
        background-color: lightgray;
}

A:active {
        color: red;
        text-decoration: none;
}


ul
{
margin: 0;
padding: 0;
list-style-type: none;
}

li { 
padding: 10px 0px 0px 0px;
}

