body {

background-color:#000000;
font-family:Arial;
color:#FFFFFF;

}

a:link       { color: #FFFF00 }
a:visited    { color: #FFFFFF }
a:hover      { color: #00FF00 }

table { 

background-color:#800000;
font-family: Arial 
color: #FFFFFF;

}

.roundedcornr_box {
   background: #800000;
   width: 780px;
}
.roundedcornr_top div {
   background: url(images/tl.png) no-repeat top left;
}
.roundedcornr_top {
   background: url(images/tr.png) no-repeat top right;
}
.roundedcornr_bottom div {
   background: url(images/bl.png) no-repeat bottom left;
}
.roundedcornr_bottom {
   background: url(images/br.png) no-repeat bottom right;
}

.roundedcornr_top div, .roundedcornr_top {
   width: 780px;
   height: 30px;
   font-size: 1px;
} 
.roundedcornr_bottom div, .roundedcornr_bottom {
   width: 780px;
   height: 30px;
   font-size: 1px;
}
.roundedcornr_content {
   width: 780px;   
}