body {
    background-color : black;
    background-image : url("/image/background.png");
    color : white;
}

body, td {
    font-family : arial, sans-serif;
    font-size : 11pt;
}

img {
    border : 0;
}

input[type="text"] {
    width : 320px;
}
textarea {
    width : 320px;
    height : 240px;
}

p {
    text-align : justify;
}

hr {
    border : 0;
    height : 1px;
    background-color : #505050;
}
