@font-face {
    font-family: "RockSaltRegular";
    font-style: normal;
    font-weight: normal;
    src: url("fonts/RockSalt-webfont.woff") format("woff"), url("fonts/RockSalt-webfont.ttf") format("truetype"), url("fonts/RockSalt-webfont.svg#webfontCOxZFOKy") format("svg");
}

a {
	color: #3366CC;
	text-decoration: inherit
}

a:hover {
	text-decoration: underline overline
	}
	
body {
	/*background:url(keith-greene-seo.jpg) repeat;*/
    /*background:#c5c3c3;*/
	font-family: Trebuchet MS, Helvetica;
	font-size: 1em;
	color: #000000;
	margin-top: 0.5em;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 0.5em
	}
	
.center {
	/*border:1px dashed;*/
	margin-left:10%;
	margin-right:10%;
	padding-left:10px;
	padding-right:30px;
    /*background-color:#c5c3c3;*/
	/*background-color:#FFFFFF;*/
}

h1 {
	font-size: 2em;
	font-family:"RockSaltRegular";
	}
	
h2 {
    font-size: 1.5em;
	font-family:"RockSaltRegular";
	}
	
h3 {	
	font-size: 1em;
	font-family:"RockSaltRegular";
	}
	
h4 {
	font-size: 1em;
	font-family:"RockSaltRegular";
	}

h5 {
	font-family:"RockSaltRegular";
}
	
ul {
	font-size: 1em;
	list-style-type: none;
	list-style-position: inside;
	line-height:15px;
	}

.footer {
	font-size: 9px;
	font-weight: bold;
	color: #333333;
	margin-left:25%;
	margin-right:25%;
	text-align: center;
	margin-top:10px;
	}
	
.MainTitle {
	color: #fff;
	text-shadow: 1px 1px 4px#000;
	}
	
.StoryTitle {
	color: #fff;
	text-shadow: 1px 1px 4px#000;
	}
.StoryContent {
	font-size: 0.8em;
	text-shadow: 5px 4px 12px #666666;
	text-align:justify;
	}

em {
	font-size: 1.5em;
	}

.indent
	{
	margin-left:3em;
	}

