body {
  background-color: #dbdbdb;
  font-family: 'Verdana';
  font-size: 95%;
  color: #493d3d;
  text-align: justify;
}

h1 {
  font-family: 'Verdana';
  font-size: 150%;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 20px;
  margin-left: 0px;
  margin-right: 0px;
  color: #493d3d;
}

h2 {
  font-family: 'Verdana';
  font-size: 110%;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 20px;
  margin-left: 0px;
  margin-right: 0px;
  color: #493d3d;
}

h3, h4, h5, th {
  font-family: 'Verdana';
  font-size: 95%;
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 20px;
  margin-left: 0px;
  margin-right: 0px;
  color: #493d3d;
}

table {
  font-size: 90%;
  width: 100%;
  color: #493d3d;
  border-collapse: seperate;
  border-spacing: 10px 10px;
  table-layout: automatic;
}

table tr {
  width: 90%;
  height: 35%;
}

p {
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: 40px;
  margin-right: 40px;
}

.rightalign {  
  text-align: right;
}

.warning {  
 color: red;
 font-weight: bold;
 font-size: 150%;
}

#content {
  border-style: groove;
  border-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-color: #7c6b6b;
  margin-bottom: 15px;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  }

a:link { 
  color: #185198;
  text-decoration: none;
  font-weight: bold;
}
a:visited { 
  color: #185198;
  text-decoration: none;
  font-weight: bold;
}

a:hover {  
  color: #f6ea2a;
  font-weight: bold;
}

a:active {  
  color: #185198;
  font-weight: bold;
}

img {
  opacity:1.0;
  filter:alpha(opacity=100);
}

ol { 
  margin:30px;
  list-style: none;
  width:90%;
  padding:5px;
  border-bottom:0;
}

ol li {  
  position:static;
  padding:5px;
}

#header { 
  clear: left;
  height: 50px;
  background: #dbdbdb;
  font-family: 'Verdana';
  font-size: 270%;
  font-weight: bold;
}

.tinyfont{
  font-size:60%;
  color: #f9f7ed;
}

