body {
/*positioning of the site on the page.*/
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; }
	
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;
}

a:link.nav {
/* color of the link when it is clicked */
	color: #0000FF;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:visited.nav {
/* color of the link after it has been clicked */
	color: #0000FF;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:hover.nav {
/* color of the link when the mouse is over it */
	color: #FF0000;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a:link.cca {
/* color of the link when it is clicked */
		color: #0000FF;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
}
a:visited.cca {
/* color of the link after it has been clicked */
	color: #0000FF;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
}
a:hover.cca {
/* color of the link when the mouse is over it */
		color: #0000FF;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
}

.text /* size and font of the non-bold text on the site */ {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; }
.textunder /* size and font of the non-bold text on the site */ {font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 6pt; }
.textbold /* size and font of the bold text on the site */ {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #FFFFFF;}
.textboldcardname /* size and font of the bold text on the site */ {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; }
.sub /* size and font of the bold text on the site */ {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; }
.name-back /* background color in the feed table at the top where the cardname is located */ {background: #ffffff}
.term-title-back /* background color in the rate table behind the bold text */ {background: #666666}
.menu-title-drop /* background color in the rate table behind the bold text */ {background: #ffffff}
.rate-back /* background color in the rate table behind the rate info */ {background: #ffffff}
.menu-item-back /* background color behind the links in the side menu - NOT PART OF THE FEED */ {background: #ffffff}
.menu-title /*background color in the table cell of the side menu behind the title - NOT PART OF THE FEED */ {background: #ffffff}
.header-strip-back /* NOT PART OF THE FEED */ {background: #ffffff}
.header-back /*NOT PART OF THE FEED */ {background: #ffffff}
.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;}

h2 /* size and font of the non-bold text on the site */ {font-family: Arial, Helvetica, sans-serif; font-size: 20px; }
h1 /* size and font of the non-bold text on the site */ {font-family: Arial, Helvetica, sans-serif; font-size: 24px; line-height: 24px;}
