body {
	background-color: blue;
	/*background-image: url(gaiomebkg.png);*/
	/*background-repeat: no-repeat; */
	/*background-position: 0px 0px;*/
	color: white; /* #fffded;*/
	font-family:"Verdana","Arial","Helvetica",sans-serif;
	font-size: 80%;
	margin: auto;
}

body a:link{color:#99ff99; text-decoration:none;}
body a:visited{color:#9999ff; text-decoration:none;}
body a:focus{color:cc00ff;text-decoration:underline;}
body a:hover{color:cc00ff;text-decoration:underline;}
body a:active{color:#cc00ff;text-decoration:underline;}

h1{font-family:"Thorndale","Times",serif;}
#definition{font-family:"Arial","Helvetica",sans-serif; font-size: 
	80%; color: blue;}
#content{
	width: 500px;
	margin-left: 0px;
}
#details{
	position: relative;
	left: 220px;
	top: 50px;
	/*background-color: #fffded; */
	/*goose*/
}
#navigation{
	position: fixed;
	top:  0px;
	left: 10px;
}
.booktitle{font-style: italic; font-size: 100%;}
.deftitle{font-weight: bold; font-size: 100%}
.partofspeech{font-style: italic; font-weight: bold;}
.emph{font-style: italic;}
.fineprint{font-size: 80%;}
#divider{text-align: center;}
