
body {
  font-family: 'Nobile', serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 1em;
}

#body.vview {
  background-color:#F0F0F0;
}

#container {
  border: 1px dashed #000000;
  padding: 10px 25px 10px 25px;
  min-width: 755px;
  margin: 60px 90px 90px 90px;
  text-align: left;
  background-color:#F0F0F0;
}

#footer {
  border-style: none;
  text-align: center;
  font-size: 10pt;
}

h1 {
  text-shadow: 2px 2px 2px #ccc;
  line-height: 1em; 
}

h2 {
  text-shadow: 2px 2px 2px #ccc;
  line-height: 1em;
}
h3 {
  text-shadow: 2px 2px 2px #ccc;
  line-height: 1em;
}

a:link    { color: #000000; background-color: none; text-decoration: none; text-decoration: underline;}
a:visited { color: #101010; background-color: none; text-decoration: none; }
a:active  { color: #222222; background-color: none; text-decoration: none; }
a:hover   { color: #555555; background-color: none; text-decoration: none; }

#small {
  font-size: 8px;
}
