﻿

/* colors, backgrounds, borders, link indication */
body {
        background: #cfb;
        color: #000;
}


a {
    text-decoration:none;
}


table, th, td, img {
        border: none;
}



body, th, td, input, select {
        font-family: Verdana, Helvetica, Arial, sans-serif;
}


input, select {
        font-family: Helvetica, Arial, sans-serif;

}

code, pre {
        font-family: 'Andale Mono', Courier, monospace;
}

body, pre, code {
        font-size: x-small;
        voice-family: "\"}\"";
        voice-family: inherit;
        font-size: small;
}


h4, table {
        font-size: 1em;
}


p, ul, ol, dl {
        margin-top: .67em;
        margin-bottom: .67em;
}

h3, h4 {
        margin-bottom: 0;
}

form {
        margin: 0;
}

ol ol {
        list-style-type: lower-alpha;
}

ol ol ol {
        list-style-type: lower-roman;
}


body {
        padding: 0em;
        margin:0px;
}


th, td {

        vertical-align: top;
}



