body {
    font-family:    Arial, Geneva, Helvetica, sans-serif;
    background:     #00331A;
    font-size:      small;
}
div {
    margin-bottom:  10px;
    margin-top:     10px;
    background:     #555;
}
h3 {
    padding: 10px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
#allcontent {
    min-width:      800px;
    margin-left:    10%;
    margin-right:   10%;
}
#main, #forminput{
    background:     #EEE;    
}
#header, #footer {
    background:     #E5F2FF; /*#EAF4FE; /*#B2D3FF;*/
    text-align:     center;
}
#footer {
    font-size:      80%;
}
h1{
    text-align:     center;
}
#forminput {
    padding:        30px;
}
.AA {
    width:          70px;
}
caption {
    text-align:     left;
}

th {
    text-align:     left;
}

#properties td {
    word-wrap:      break-word;
    /*border:       1px solid black;*/
    max-width:      305px;
}
#properties {
    border-spacing: 5px;
}
table, td, th {
    /*table-layout: fixed;*/
    vertical-align: bottom;
    word-wrap:      normal;
}
#pepimg {
    max-width:      100%;
    max-height:     250px;
}
#drawing {
    background:     white;
    width:          100%;
    height:         250px;
}
.noborder {
    border: none;
}
.aligntop {
    vertical-align: top;
}
a {
  text-decoration:  none;
  border-bottom:    thin dotted;
  color:            #006E98;
}
a:hover {
  color:            #333;
}