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;
}
a:link.menu {
color: white; 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 11px;
background-color: navy;
text-decoration: none;
border: 1px solid black; 
}
a:visited.menu {
color: white; 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 11px;
background-color: navy;
text-decoration: none;
border: 1px solid black; 
}
a:hoover.menu {
color: navy; 
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 11px;
background-color: orange;
text-decoration: none;
border: 1px solid orange; 
}

.tablefeed {
border: 1px solid #0000ff;
width: 90%;
align: center;
}

.text /* size and font of the non-bold text on the site */ {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; }
.textbold /* size and font of the bold text on the site */ {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; }
h1 /* size and font of the bold text on the site */ {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; }
.textsm /* size and font of the non-bold text on the site */ {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; }
.textboldsm /* size and font of the bold text on the site */ {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; font-weight: bold; }
.textboldw /* size and font of the bold text on the site */ {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color:white; }
.textbold12 /* size and font of the bold text on the site */ {font-family: Verdana, Arial, 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-text /* size and font of the text in the footer - NOT PART OF THE FEED */ {font-size: 9px; font-family: Verdana, Arial, Helvetica, sans-serif;}
.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: #000000}
.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;}
.textw /* size and font of the text in the footer - NOT PART OF THE FEED */ {font-size: 9px; font-family: Verdana, Arial, Helvetica, sans-serif; color:white;}
.textboldsmw /* size and font of the bold text on the site */ {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9px; font-weight: bold; color:white; }

.border {
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
	}
	
.border-menu {
	border-width: 1px;
	border-color: #3035fb;
	border-style: solid;
	}
	
.buttonscontainer {width: 165px;}

.buttons a {color: #fdb062;
background-color: #0000cc;
padding: 2px;
padding-left: 3px;
display: block;
border-bottom: 1px solid #3300FF;
font: 11px Verdana, sans-serif;
font-weight: normal;
text-decoration: none;
text-align: left;}

.buttons a:visited {color: #fdb062;
background-color: #0000cc;
padding: 2px;
padding-left: 3px;
display: block;
border-bottom: 1px solid #3300FF;
font: 11px Verdana, sans-serif;
font-weight: normal;
text-decoration: none;
text-align: left;}

.buttons a:hover {background-color: Orange;
color: #000000;
text-decoration: none;}

/* 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;
}
