/* CSS for Mary Jane Bann'd */
/* R. Heimbecher */
/* copyright 2005-2006 ChaliceMedia LLC all rights reserved */

/* Last update: 16 Nov 2006 */

/* Site Standards:  */
/* These is for MaryJaneBannd.com */

/* testing accessibility luminance and contrast */
/* changing background to #f1f1f1 and font to #474747 */
/* prior background #ffffff prior default font #004000 */
/* prior links green prior visited olive */


/* Colors: */
/* background: white hex ffffff rgb(255,255,255)  */
/* body font: hex 004000 rgb(0,64,0)  */
/* normal links: green, hex 008000 rgb(0,128,0)  */
/* visited links: olive, hex 808000 rgb(128,128,0) */
/* navigation links: green, hex 008000 rgb(0,128,0) */
/* heading 1 navy, heading 2 blue, heading 3 4848aa, balance 486daa */
/* ordered and unordered lists 4848aa */
/* all links have hover attributes of bold, small-caps */
 

body
{
	font-family: Verdana, Arial, Helvetica;
	font-size: small;
	color: #474747;
	background-color: #f1f1f1;
	background-image: url('tiles/mj-square1-tile-40pct.gif');
}

a:link
{
	color: #363636; 
}
a:visited
{
	color: #585858; 
} 
a:hover
{
	font-variant: small-caps;
	font-weight: bold;
}
a:active 
{
	color: olive;
}
h1
{
	font-size: 1.8em;
	color: green;
}
h2
{
	font-size: 1.6em;
	color: olive; 
}
h3
{
	font-size: 1.4em;
	color: #999900; 
}
h4
{
	font-size: 1.2em;
	color: #999900;
}
h5
{
	font-size: 1.0em;
}
h6
{
	font-size: .8em;
}
.hdrhome
{
	font-size: x-small;
}

/* table.visual-contrast 
{
	background-color: #f1f1f1;
}  */
#navtbl a:hover
{
	background-color: #ccff99;
}

.nav
{
	font-size: small;
	text-decoration: none ;
}
.nav:link
{	
	color: #363636;
}
.nav:hover
{
	font-variant: small-caps;
	font-weight: bold;
	background-color: #ccff99;
}
.nav:active
{
	color: olive ;
}
.trlnk
{
}
.footer
{
	text-align: left;
	font-size: x-small;
}