/* CSS Document */



/* CONTENT (Free form) Box*/

.gem-content{
	/* Define any special qualities of a content box. Default is to be a standard DIV */
}

/* STORY BLURB BOX */

.gem-story-blurb{
	margin-bottom: 5px;
	padding: 10px;
	text-align: left;
}

.blurb_box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	height: auto;
	
	width: 100%;
	margin: 0px;
	padding: 0px;

}
.blurb_title{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #AAAA00;
}
.story_title{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	font-weight: bold;
	color: #0099CC;
}

.blurb_box a{
	text-decoration: none;
	color: blue;
}
.blurb_box a:hover{
	color: red;
	text-decoration: underline;
}
	

.story_body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
	text-align: left;
}

.story_back_text{
	/* Define how you want the "back to the story list" text to be displayed */
}

div.stories_internal {
	height: auto;
	width: auto;
	padding: 0px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0px;

}