@import url(/css/unified.css);
@import url(/css/fancy-defs.css);

body {
	font-family: Georgia,'Big Caslon', serif;
}
a {
   color: #FF6A00;
   }
h1 {
	width: 322px;
	height: 90px;
	overflow: hidden;
	text-indent: -200em;
	background: url(/images/logo.png) no-repeat 0 0;
	margin: 0 auto;
}
hr {
	color: #FF8000;
   background-color: #FF6A00;
	}
.article {
  	/*color: #996600; */
	color: #1e1e1e;
	/* In the future I'll be able to do this.  And the world will be better for it */
	background: #FFD980;
	background-color: rgba(253, 244, 215, .5); 
	border: solid 2px #FF6A00;
	-khtml-border-radius: 1em;
	-moz-border-radius:  1em;
	}
.pronounciation {
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, sans-serif;
	font-size: 95%;
}