body {
/*positioning of the site on the page.*/
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
}
A:link {
	COLOR: #000066; TEXT-DECORATION: none;
}

A:visited {
	COLOR: #000066; TEXT-DECORATION: none;
}

A:hover {
	COLOR: #ff9900; TEXT-DECORATION: none;
}

.text /* size and font of the non-bold text on the site */ {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; }
.textbold /* size and font of the bold text on the site */ {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; }

.name-back /* background color in the feed table at the top where the cardname is located */ {background: #fbfbfb}
.term-title-back /* background color in the rate table behind the bold text */ {background: #eeeeee}
.rate-back /* background color in the rate table behind the rate info */ {background: #FFCC99}
