/* CSS Document */
.nomargins { margin-left:0; margin-right:0; margin-top:0; margin-bottom:0 }
body {	font-family: "Gill Sans MT", Arial, Helvetica, sans-serif; background-color:#000000}

.contentside { position:relative; left:20px; top:20px; text-align:left; vertical-align:top; 
			color: #FFFFFF; }

.booktext {
	color:#CCCCCC;
	font-family: "Lucinda Bright", "Poor Richard","Bernhard Modern","Times New Roman";
	font-size:18px;
}	
.emphtext {	font-size:19px; }
.logotext { vertical-align:bottom; font-size:14px }
.bluetext {	color:#A5C9D1; }

.italictext { font-style:italic }
.brighttext { color: #CCCCCC; }
.reftext { font-size:16px }


.booktitle {
	font-family: Garamond, "Gill Sans MT","Times New Roman", Times, serif;
    font-weight:bold;
	font-size:22px;
}

.booksubtitle {
	font-family: Garamond, "Gill Sans MT","Times New Roman", Times, serif;
  font-weight:bold;
	font-size:18px;
}

	
.bookref {
	color: #CCCC33;
}

a.bookref:visited { color: #CCCC33; text-decoration:underline;}
a.bookref:hover { color: #CCCC33; text-decoration:underline;}
a.bookref:link { color: #CCCC33; text-decoration:underline; }

.awardlinks {
	color: #EEEEEE;
}
a.awardlinks:visited { text-decoration:underline; color:#EEEEEE}
a.awardlinks:hover { text-decoration:underline; color:#EEEEEE}
a.awardlinks:link { text-decoration:underline; color:#EEEEEE}

