body{
    background:#fadaf5 URL('/design/background.jpg');
    background-position:top center ;
    margin:0px;
    min-width:1000px;
}
IMG{
    border:none;
}
H1{
    color:#5b18b6;
    font-size:30px;
    font-weight:normal;
}
TABLE{
    border:none;
    border-collapse:collapse;
}
TD{
    vertical-align:top;
}
TABLE.table{
    width:100%;
}
.table TH{
    background-color:#5b18b6;
    padding:8px 25px 8px 10px;
    color:#fff;
    text-align:left;
    font-size:20px;
}
.table TD{
    padding:8px 25px 8px 10px;
    border-bottom:#d6bcf8 solid 1px;
}
