/* Screen.css */
html, body { margin: 0px; padding: 0px; }
body
{
  color: black;
  background: #C0C9DD;
  font: 12px Arial, sans-serif;
  line-height: 150%;
  text-align: center;
}

#header
{
  background: #fff;
  height: 100px;
  width: 100%;
}

a
{
  color: black;
  font-style: italic;
}

a:hover
{
  text-decoration: none;
}

img
{
  border: none;
}

.footer
{
  margin: 20px 0px 20px 0px;
  text-align: center;
}

img

{
border: none;
}
table
{

text-align: left;
width: 850px;
}
