body {
    background-color: #EFEFEF;
    color: black;
    font-family:sans-serif;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 { font-family: monospace }

h1 {
    background-color: silver;
    color: black;
    text-align: center;
    border-style: dotted;
    border-width: thin;
    padding: 0.5ex;
}

address { 
    text-align: right;
    margin-right: 1em;
}

.navigation {
    font-family: monospace;
    font-weight: bold;
    background-color: silver;
    color: black;
    padding: 0.5ex;
    text-align: center;
    border-style: dotted;
    border-width: thin;
}

.revision {
    font-family: monospace;
}

.highlight {
    background-color: lime;
}

.webcam {
    text-align: center;
}

.bad {
    color: red;
}

table {
   background-color: #999;
   }

th {
   font-family: monospace;
   background-color: #999999;
   color: white;
}

td {
   background-color: #cccccc;
}

.amount {
   text-align: right;
}

img.photo {
   border: thick solid black;
}

.xml_button {
    color: #FFF;
    background: #F60;
    text-decoration: none;
    text-transform: uppercase;
    font-size: small;
    padding: 0 0.5em 0 0.5em;
    border: 2px outset #F60;
}
.xml_button:hover { background: #F90; }
.xml_button:active { border-style: inset; }
