/* Style sheet for art glass buttons.  Last modified:  8/13/02.  MCM */

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

BODY {  background-color:#c9d7ac; 
	margin:0,10%,0,10%;
	color:black; 
	font-size:x-small; 
	font-family:"Courier New","Courier",monospace; 
	} 

/* links in the pinks */

:link {
	COLOR:#ff9900;
}
:active {
	COLOR:#333366;
}
/* change ff66ff to sean pink e6a0a2?  too dull*/
:visited {
	COLOR:#ff66ff;
}
:hover {
	COLOR:#ff0000;
}

/* generally speaking, images float left */

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

.nofloat {
	float:none;
	margin:0;
	border:0;
	}
	
	
/* content block, centered, sage background */

.fzblock {  
	border: #a27d66 1px solid; 
	padding: 2em; 
	margin: 1em, 0, 1em, 0; 
	width:100%;
	background-color: #f2f2e6;
	color:black; 
	}
	
/* big orange type for logo */

.logo { color: #ff9900; 
	valign: middle;
	font-size: x-large; 
	font-weight:bolder; 
	text-decoration:none;
	padding: 0;
	margin: 0;
	}

/* small font for nav */
.nav {  
	font-size: x-small;
	text-align:center; 
	TD {
		padding: 2;
		margin: 2;
		}
	}

/* really small centered copyright */	

.copyrt {
	text-align:center; 
	margin: 1em, 0, 1em, 0; 
	font-size:xx-small; 
	font-color:black; 
	font-family:"Courier New","Courier",monospace; 
	}

/* blog in the same vein */

.blog {
	font-size: medium; 
	font-weight: bold; 
	}


TABLE.chips {
	text-align: center;
	}
TABLE.chips TD {
	padding: 5;
	margin: 0;
	}

	