body {
  background-color: #eeeeee;
}

body, p {
  font-family: arial, verdana, tahoma, sans-serif;
  text-align: left;
  font-size: .9em;
  color:#666666;
}

table {
  font-size: .9em;
  text-align: left;
}

img {
  border: 0;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.footer {
  font-size: .85em;
}

h1 {
  font-size: 1.5em;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  color: #ff9966;
}

h2 {
  font-size: 1.05em;
  text-align: center;
  text-decoration: none;
  color: #993366; 
}

h3 {
  font-size: 10pt;
  text-decoration: none;
  color: #cc6666;
}

a {
  text-decoration: none;
  color: #006699;
}

a:hover {
  color: #003399;
  text-decoration: none;
}

a:visited {
  color: #003399;
  text-decoration: none;
}

a:active {
  color: #003399;
  text-decoration: none;
}

div.layout {
  margin: auto;
  width: 700px;
  padding: 0;
}

div.main {
  border: 0px;
  width: 700px;
  background-color:#ffffff;
  padding: 10px;
}

div.footer {
  width: 700px;
  padding: 5px;
}