body {
    font-family: monospace;
    font-size: 18px;
    color: black;
    background-image: url(bg1.gif);
    }
h1 {    
    background-color:#CCC;
    border: 1px solid;
    color:#39F;
    text-align: center;
    }

div {
    margin-left:50px;
    margin-bottom:50px;

}


table {
    background-color: #ff6314;
    border: 15px solid #ff9050;
    }

tr {
    border: 0px;
    vertical-align: bottom;
    }

td {
    border: 0px;
    text-align: left;
    }
td.beli {
    background-color: white;
    border: 0px;
    text-align: left;
}
p {
    color:#09F;
    text-indent: 20px;    
    }
