body {
  margin: 5px 5px 0px 5px;
}
.trail {
    border: 1px black solid;
    background: #DDEBFF;
    font-family: Verdana
    }
    
.trailLink {
    font-family: Verdana;
    color: maroon;
    font-size: 10px
    }

.trailEnd {
    font-family: Verdana;
    color: blue;
    font-size: 10px    
    }
    
H1 {
    font-family: Verdana;
    color: #AAAAAA;
    }
    
.picDisplay {
    background: #DDEBFF;
    border: 1px black solid;
    font-family: verdana;
    font-size: 10px;
    color: black;
    padding: 0px;
    }
    
.tableText {
    font-family: Verdana;
    font-size: 10px  
    }

.topRow {
        border: 0px solid black;
        font-family: verdana;
        font-size: 10px;
        color: black
    }

.middleRow {
        border: 0px solid black;
        font-family: verdana;
        font-size: 10px;
        color: black
    }

.bottomRow {
        border: 0px solid black;
        font-family: verdana;
        font-size: 10px;
        color: black
    }

.leftCol {
        background-color: #DDEBFF;
        border: 0px solid black;
        font-family: verdana;
        font-size: 10px;
        color: black
    }

.midCol {
        background-color: #DDEBFF;
        border: 0px solid black;
        font-family: verdana;
        font-size: 10px;
        color: black
    }    

.rightCol {
        background-color: #DDEBFF;
        background-image: url('images/table_right_spacer.gif');
        border: 0px solid black;
        font-family: verdana;
        font-size: 10px;
        color: black
    }

.thumbDisplay {
        border: 0px solid black;
        font-family: verdana;
        font-size: 10px;
        color: black;
        padding: 0px;
    }

.catButton {
    border: 1px solid black;
    font-family: verdana;
    font-size: 10px;
    color: black;
    width: 30px;
    }
    
.catSelect {
    border: 1px solid black;
    font-family: verdana;
    font-size: 10px;
    color: black;
    }
    
.disabled {
    font-family: verdana;
    font-size: 10px;
    color: silver;
    }
    
a.enabled {
    font-family: verdana;
    font-size: 10px;
    color: black;
    text-decoration: none;
    }

a.enabled:visited {
    font-family: verdana;
    font-size: 10px;
    color: black;
    text-decoration: none;
    }

a.enabled:hover {
    font-family: verdana;
    font-size: 10px;
    color: gray;
    text-decoration: underline;
    }    
    
body, td, span, div {
    font-family: verdana;
    font-size: 10px;
    }

a.links {
    font-family: century gothic;
    font-size: 14px;
    color: black;
    text-decoration: none;
    }

a.links:visited {
    font-family: century gothic;
    font-size: 14px;
    color: gray;
    text-decoration: none;
    }

a.links:hover {
    font-family: century gothic;
    font-size: 14px;
    color: black;
    text-decoration: underline;
    }

a.links:active {
    font-family: century gothic;
    font-size: 14px;
    color: silver;
    text-decoration: none;
    }

a {
    color: black;
    text-decoration: underline;
    }

a:visited {
    color: #444444;
    text-decoration: underline;
    }

a:hover {
    color: black;
    text-decoration: none;
    }

a.jamuk, a.jamuk:hover, a.jamuk:active , a.jamuk:visited {
    font-family: verdana;
    font-size: 10px;
    color: #CCCCCC;
    text-decoration: none;
    }

H4 {
    display: inline;
    margin: 0px;
    }

.floatImage {
    float: right;
    margin: 5px;
    margin-left: 10px;
    }

.backendButton {
    border: 0px black solid;
    }

.thumbs {
    color: white;
    border-width: 2px;
    border-color: white;
    border-style: outset;
    }

.label {
    color: black;
    font-family: verdana;
    font-size: 13px;
    }
    
form input {
    width: 150px;
}

form textarea {
    width: 261px;
    height: 96px;
}

#submit {
    width: 70px;
}

