/* Style sheet for Fuzzy Galore.  MCM */

/* general stuff - sage sort of background, plain type */

html {  background-color:#c9d7ac; 
	color:black; 
	font-size:small; 
	font-family:"Courier New",Courier,monospace; 
	} 


body {  background-color:#c9d7ac; 
	color:black; 
	font-size:small; 
	font-family:"Courier New",Courier,monospace; 
	} 

/* links in the pinks */

a:link {
	color:#ff9900;
	background-color: #f2f2e6;
}
a:active {
	color:#333366;
	background-color: #f2f2e6;
}
a:visited {
	color:#ff66ff;
	background-color: #f2f2e6;
}
a:hover {
	color:#ff0000;
	background-color: #f2f2e6;
}

/* generally speaking, images float left */

img {
	float:left;
	margin-right: 1em;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 1em;
	border:0;
	}

img.nofloat {
	float:none;
	margin:0;
	border:0;
	}
	
img.right {
	float:right;
	margin-right: 0;
	margin-left: 1em;
	margin-top: 0;
	margin-bottom: 1em;
	border:0;
	}

/* usually, paragraphs are the left-aligned default */
p.center {text-align: center}

	
/* content block, centered, buff background */

.fzblock {  
	border: #a27d66 1px solid; 
	padding: 2em; 
	margin-right: 10%;
	margin-left: 10%;
	margin-top: 1em;
	margin-bottom: 1em;
	background-color: #f2f2e6;
	color:black; 
	clear: both;
	}
	
/* special cases */
p.center {text-align: center}
.cleared {clear: both;}


/* big orange type for logo */

.logo { color: #ff9900;
	background-color: #f2f2e6;
	text-align: center;
	font-size: xx-large; 
	font-weight: bolder; 
	text-decoration: none;
	}
a.logo {color:#ff9900;
	background-color: #f2f2e6;
	text-decoration: none;}
img.logo {
	float: left;
	border:0;
	margin-right: 0;
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	}

/* titles match logo */
h1    { color: #ff9900;
	background-color: #f2f2e6;
	text-align: left;
	font-size: xx-large; 
	font-weight: bolder; 
	text-decoration: none;
	}
/* lesser titles clear images */
h2, h3, h4  {clear: both;}
	

/* general tables */
table {
	border: 0;
	}
/* or we can go for the whole width */
table.wide {
	width: 100%;
	}

/* small font for nav */
td.nav { 
	padding: 0;
	font-size: small;
	text-align:center; 
}

/* really small centered copyright */	

p.copyrt {
	text-align:center; 
	margin-right: 0;
	margin-left: 0;
	margin-top: 1em;
	margin-bottom: 1em;
	font-size:x-small; 
	}
a.copyrt { background-color:#c9d7ac; }


/* gallery is images and aligned text */

div.gallery {
	float: left;
	vertical-align: top;
	width: 100px;
	height: 200px;
	padding: 5px;
	margin: 0px;
	}
	

/* deprecated */
table.chips {
	text-align: center;
	}
td.chips {
	padding: 5px;
	margin: 0px;
	}

	