body {
    color: #ffcca3;
    background-color: #000000;
    font-family: Tahoma;
    padding: 0;
    margin: auto;
    max-width: 100%;
}

div {
    word-wrap: break-word;
}

a:link {
    color: #feff00;
    text-decoration: none;
}

a:visited {
    color: #feff00;
}

a:hover {
    text-decoration: underline;
    color: #00ffff;
}

textarea {
    width: 80%;
}

input, textarea, select {
    color: #000000;
    background: url(../images/bg_input.png) #ffffff left bottom repeat-x;
    border: 1px solid #88beff;
    margin: 1px;
    padding: 2px;
    max-width: 98%;
}

input:hover, textarea:hover, select:hover {
    color: #000000;
    background-color: #f4f4f4;
    border: 1px solid #d7d7d7;
}

input:focus, textarea:focus, select:focus {
    color: #000000;
    background-color: #edf9fd;
    border: 1px solid #c2e3ec;
}

input[type=submit] {
    color: #ffffff;
    background: #1895d4 url(../images/til.gif) 50% top repeat-x;
    padding: 3px 6px 3px 6px;
    border: 1px solid #8fdcff;
    border-radius: 3px;
}

input[type=submit]:hover {
    color: #000000;
    background: #1895d4 url(../images/til.gif) 0 top repeat-x;
    border: 1px solid #000000;
    padding: 3px 6px 3px 6px;
}

img {
    max-width: 98%;
}

hr {
    border: 0;
    border-bottom: 1px dotted #5c2901;
    margin-top: 4px;
    margin-bottom: 6px;
    padding: 0;
}

p {
    margin-top: 6px;
    margin-bottom: 6px;
    padding-left: 4px;
    padding-right: 4px;
}
