
/* Main Style */
body {background-color: white}
h1 {color: #4b2fbf}
table {background-color: silver; border-style: outset}

/* 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;}
.comments {background-color: silver; width: 90%; margin: 1em auto; }
