body {
    text-align:center;
    margin:0 auto;
    margin: 0px;
    padding: 0px 20px;
    font-family: arial, helvetica, sans-serif;
    font-size: 12px;
    background-color: #ffffff;
}

td {
    font-size: 9px;
}

a {
    text-decoration: none;
    color: rgb(102,153,255);
}

a img {
    border:none;
}

/* set millions of background images */
.rbroundbox { background: url(nt.gif) repeat; }
.rbtop div { background: url(tl.gif) no-repeat top left; }
.rbtop { background: url(tr.gif) no-repeat top right; }
.rbbot div { background: url(bl.gif) no-repeat bottom left; }
.rbbot { background: url(br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent { margin: 0 7px; }
.rbroundbox { width: 500px; }

