body {
/*positioning of the site on the page.*/
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
}

body,td,th,p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
}

h2{
    font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}
a:link {
/* color of the link when it is clicked */
	color: #000000;
}
a:visited {
/* color of the link after it has been clicked */
	color: #000000;
}
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: Arial, Verdana, Helvetica, sans-serif; font-size: 12px; }
.textbold /* size and font of the bold text on the site */ {font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 12px; 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}
.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;}

A.navBar:link {text-decoration: none; color: #0000FF;}
A.navBar:visited {text-decoration: none; color: #0000FF;}
A.navBar:active {text-decoration: none; color: #0000FF;}
A.navBar:hover {text-decoration: underline; color: #CC0000;}

A.topNav:link {FONT-SIZE: 9px; COLOR: #FFFFFF; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; text-decoration: underline;}
A.topNav:visited {FONT-SIZE: 9px; COLOR: #FFFFFF; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; text-decoration: underline;}
A.topNav:active {FONT-SIZE: 9px; COLOR: #FFFFFF; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; text-decoration: underline;}
A.topNav:hover {FONT-SIZE: 9px; COLOR: #FFFF99; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; text-decoration: none;}