body {
/*positioning of the site on the page.*/
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
}
a:link {
/* color of the link when it is clicked */
	color: #0000FF;
}
a:visited {
/* color of the link after it has been clicked */
	color: #0000FF;
}
a:hover {
/* color of the link when the mouse is over it */
	color: #FF0000;
}

.text /* size and font of the non-bold text on the site */ {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; }
.textsm /* small text in comparison table */ {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; }

.textbold /* size and font of the bold text on the site */ {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; }
.textboldsm /* small bold text in comparison table */ {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; }

.name-back /* background color in the feed table at the top where the cardname is located */ {background: #eaeaea}
.term-title-back /* background color in the rate table behind the bold text */ {background: #eeeeee}
.menu-title-drop /* background color in the rate table behind the bold text */ {background: #3333ff}
.rate-back /* background color in the rate table behind the rate info */ {background: #DFF4FF}
.menu-item-back /* background color behind the links in the side menu - NOT PART OF THE FEED */ {background: #DFF4FF}
.menu-title /*background color in the table cell of the side menu behind the title - NOT PART OF THE FEED */ {background: #eeeeee}
.header-strip-back /* NOT PART OF THE FEED */ {background: #DFF4FF}
.header-back /*NOT PART OF THE FEED */ {background: #eaeaea}
.footer /* size and font of the text in the footer - NOT PART OF THE FEED */ {font-size: 9px; font-family: Verdana, Arial, Helvetica, sans-serif;}

/* Sortable tables */
table.sortable a.sortheader {
    background-color:#eee;
    color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
    display: block;
	font-size: 10px;
}
table.sortable span.sortarrow {
    color: black;
    text-decoration: none;
}