    body,html {
    margin:auto;
    text-align:center;
    margin-top:10px;
margin-bottom:10px;
    background-color:#5a5b65;
    font-family:tahoma,sans-serif;
    font-size:12px;

    }

    table,tr,td,th {
    font-family:tahoma,sans-serif;
    font-size:12px;
    border:none;
    }

    input{
    border:1px solid #333555;
    }
    
    textarea{
    border:1px solid #333555;
    }
    
    a {
      text-decoration:none;
      color:gray;
    }
    a:hover { 
        color:orange; 
    }
    a img {       text-decoration:none; border:none;

}
    table.site {
        width:900px;
        height:auto;
        margin:auto;
        border: 1px dotted black;
        height:550px;
        color:black;
        font-family:tahoma,sans-serif;
        font-size:12px;
        background-color:#ffffff;
        border-collapse:collapse;
    }
    
    table.site td.top {
        height:90px;
        border-bottom:1px dotted gray;
        font-weight:bold;
        padding-left:10px;
        background-image:url(bg2.jpg);
background-position:100px 0%;
        background-repeat:no-repeat;
  text-align:left;
    }
    
    table.site td.menu {
        vertical-align:top;
        text-align:left;
        width:160px;
        padding-top:10px;
        padding-left:10px;
        border-right:1px dotted gray;
        line-height:1.9em;
    }
    
    table.site td.content {
        padding-top:10px;
        padding-left:10px;
        vertical-align:top;
        width:660px;
        text-align:left;
    }
    
    ::-moz-selection { background:orange; color:black; }
    ::selection { background:orange; color:black; }

div.find {
  margin-top:66px;
  margin-left:200px;
}

pre.box {
  padding:5px;
  border:1px solid gray;
  background:lightgray;
}

