
body {
    background-color: #171516;
}

table {
    border:0px;
}

td {
     
    font-family: 'Times New Roman',Times,serif;
    font-size: 14px;
}

img {
    border: 0px;
}

.leftborder
{
    background-image: url(images/leftborder.png);
    width:10px;
}

.rightborder
{
    background-image: url(images/rightborder.png);
    width:10px;
}

.content
{
    padding-top:10px;
    width:700px;
    background-color: #bcbab7;
}

.bottomborder
{
    background-image:url(images/bottomborder.png);
    height: 10px;
}
.bottomrightborder
{
   background-image: url(images/bottomrightborder.png);
}
.bottomleftborder
{
    background-image: url(images/bottomleftborder.png);
}