body
 {
 margin-top: 0px;
 margin-left: 0px;
 margin-right: 0px;
 margin-bottom: 0px;
 background-color: rgb(250,250,250);
 background-image: url("images/blue_background.jpg");
 color: black;
 font-family: arial, sans-serif, helvetica;
 }
 
 p
 {
 font-size: 10pt;
 }
 
 h1
 {
 color: rgb(99,156,189);
 font-size: 14pt;
 font-weight: bold;
 }
 
 h2
 {
 color: black;
 font-size: 12pt;
 font-weight: bold;
 font-style: italic;
 }
 
 h3
 { 
 color: black;
 font-size: 10pt;
 font-weight: bold;
 }
 
  h4
 {
 color: rgb(165,42,42);
 font-size: 12pt;
 font-weight: bold;
 font-style: italic;
 }
 
 h5
 {
 color: rgb(165,42,42);
 font-size: 10pt;
 font-weight: bold;
 }
 
  h6
 {
 color: black;
 font-size: 8pt;
 font-weight: bold;
 }
 
 a
 {
 font-weight: bold;
 }
 
 img
 {
 border: none;
 }
 
 table
 {
 width: 100%;
 height: 100%;
 border-collapse: collapse;
 border-spacing: 0;
 }
 
.border
 {
 background-image: url("images/newback.gif");
 background-repeat: repeat-y;
 width: 150px;
 vertical-align: top;
 text-align: left;
 }
 
 .main
 {
 vertical-align: top;
 text-align: center;
 }
 
 #top_left
 {
 top: 0;
 left: 0;
 position: absolute;
 }
 
 #house
 {
 top: 53px;
 left: 10px;
 position: absolute;
 }
 
 #email
 {
 top: 300px;
 left: 18px;
 position: absolute;
 }
 
 a:link
 {
 color: rgb(99,156,189);
 }
 a:visited
 {
 color: rgb(99,156,189);
 }
 a:hover
 {
 color: rgb(165,42,42);
 }
 a:active
 {
 color: rgb(165,42,42);
 }
 
 
 a:link.menu
 {
 color: white;
 text-decoration: none;
 }
 a:visited.menu
 {
 color: white;
 text-decoration: none;
 }
 a:hover.menu
 {
 color: black;
 text-decoration: none;
 }
 a:active.menu
 {
 color: black;
 text-decoration: none;
 }
 
 .picture_table
 {

 border-collapse: collapse;
 border: 3px solid rgb(99,156,189);
 border-spacing: 0;
 width: 600px;
 height: 300px;
 margin-left: auto;
 margin-right: auto;
 }
 
 .picture_table td
 {
 padding: 8px;
 border: 1px solid rgb(99,156,189);
 text-align: center;
 font-size: 8pt;
 width: 20%;
 height: 100px;
 }
  .picture_table th
 {
 padding: 8px;
 border: 1px solid black;
 }
 
 .page_main_picture
 {
 border: 3px solid rgb(99,156,189);
 }
 
 address
 {
 color: black;
 font-size: 8pt;
 font-weight: normal;
 }