body {
   font-family: arial, sans-serif;
   color: #333;
   font-size: 12px;
   font-weight: normal;
   line-height: 120%;
   background: #C3D7E7 url(images/bg_granite.jpg); 
   padding: 10px 5px 10px 5px;
   text-align: center;
}

a { color: #999933; font-weight: 500; text-decoration: none; }
a:link { color: #999933; text-decoration: none; }
a:visited { color: #999933; text-decoration: none; }
a:active { color: #999933; text-decoration: none; }
a:hover { color: #999999; text-decoration: none; }
/*A { color: #003399; font-weight: 500; text-decoration: none; }
A:link { color: #003399; text-decoration: none; }
A:visited { color: #003399; text-decoration: none; }
A:active { color: #999999; text-decoration: none; }
A:hover { color: #999999; text-decoration: underline; }*/

img {
	border: 0;
	vertical-align: bottom;
}
								
hr {
   border: 0;
   width: 400px;
   height: 1px;
   color: #666666;
   background: #666666;
   text-align: center;
}

ul {
	margin: 0 0 0 20px;
	padding: 0;
	list-style: square;    
}

div#titleimage {
	margin: 0 auto;
	text-align: center;
}

img#titleimage {
	vertical-align: bottom;
}

div#pageborder {
   margin: 0 auto;
   background: black;
   padding: 5px 10px 5px 10px;
   width: 770px;
   border: 5px solid goldenrod;
   border-top: none;
   text-align: left;
   overflow: auto;
}

div#mainbody {
   font-family: arial, sans-serif;
   color: #D4D4C7;
   font-size: 15px;
   font-weight: normal;
   background: black;
   line-height: 120%;
   text-align: justify;
}

div#menuoption {
	padding: 8px 0 15px 0;
	text-align: center;
}
								
div#menuoption a {
	font-family: arial, sans-serif;
	font-size: 15px;
	color: white;
	background: black;
	border: 1px solid goldenrod;
	padding: 4px 4px 4px 4px;
}

div#menuoption a:hover {
	font-family: arial, sans-serif;
	font-size: 15px;
	color: black;
	background: goldenrod;
}

div#fineprint {
	font-family: arial, sans-serif;
	font-size: 9px;
	text-align: center;
	padding-top: 5px;
	line-height: 120%;
}

div#widget-content {
	padding-top: 30px;
	text-align: center;
}

table.backissue {
	width: 725px;
	border-collapse: collapse;
	margin: 0 0 20px 0;
}

td {
	/*border: 2px solid white;*/
	font-size: 12px;
	text-align: left;
	border-bottom: 1px solid goldenrod;
	border-right: 1px solid goldenrod;
	padding: 2px 5px 2px 5px;
}

td.title {
	background: goldenrod;
	color: black;
	font-size: 15px;
	text-align: center;
	font-weight: bold;
}

td.award {
	background: #303030;
	color: #C8C8C8;
	text-align: center;
	border-left: 1px solid goldenrod;
	font-weight: bold;
}

td.illo {
	width: 150px;
	border-left: 1px solid goldenrod;
	padding: 3px 3px 3px 3px;
	vertical-align: center;
}

td.storytitle {
	width: 192px;
}

td.author {
	width: 192px;
}

td.credit {
	background: #303030;
	color: #C8C8C8;
}

img.spacer {
	width: 70px;
	height: 1px;
}

p.index {
	font-size: 12px;
}

span.index {
	letter-spacing: 6px;
}

/* image/column alignment */ 

div.alignleft {
   padding-right: 10px;
   float: left;
}

div.alignright {
   padding-left: 10px;
   float: right;
}

div.aligncenter {
   text-align: center;
   padding: 0 5px 0 5px;
}

/* story illustration */

img.illustration {
   border-left: thin solid #D8D8D8;
   border-bottom: thin solid #D8D8D8;
}

div.illocaption {
   font-size: 10px;
   font-style: italic;
   text-align: center;
}

/* body text */

.dropcap {
	float: left;
	/*color: #D4D4C7;*/
	color: goldenrod;
	font-size: 80px;
	line-height: 54px;
	padding-top: 2px;
	font-family: Times, serif, Georgia;
} 






