body {
    margin:0px 0px 0px 0px;
    background:#FFFFFF;
    }
  A {
    color: #0045AD; font-family: verdana, arial, sans-serif;
    text-decoration: none;
    font-weight:normal;
    }
  A:link {
    color: #0045AD;
    text-decoration: none;
    }
  A:visited {
    color: #0066FF; text-decoration: none;
    }
  A:active {
    color: teal;
    text-decoration: underline;
    }
  A:hover {
    color: teal;
    text-decoration: underline;
    }
 
  h1{

	font-family: impact, arial, sans-serif;
	font-size: 32pt;
	color:#cccccc
  }

  h1 a:visited, h1 a:link, h1 a:hover  {
	color:#cccccc;
  }

    h2 {
        font-family:verdana, arial, sans-serif;
	font-size: 12pt;
        color:#cccccc;
    }

    h3,h4,h5 {
        font-family:verdana, arial, sans-serif;
        color:#616161;
  } 

  
  p,td,th {
    text-align:top;
    color:#616161;
    font-family:verdana, arial, sans-serif;
    font-size: 10pt;
    font-weight:normal;
    }

.story {
    padding-left: 5px;
}

.storytext {
    margin-left: 20px;
    text-align: justify;
    margin-right: 10px;
}

.storytitle {
    font-style: oblique;
}
    
.ghost {
	background-color:#ccc;
	}
#heading {
	background-color:#009080;
	padding-right: 10px;
	line-height: 50%;
	border-style:solid;
        border-color:teal;
        border-width:2;
}

#sidebar{
	border-style:solid;
	border-color:grey;
	border-width:2;
	background-color:#b8ae8a;
}

#cover {
	 border-style:solid;
        border-color:grey;
        border-width:2;
        background-color:#b8ae8a;
 
}

#menu {
	padding-right: 10px;
	font-size: 50%;
	text-align: right;
	border-width: 1;
	border-style: solid;
	border-color: teal;
	background-color:#ccc;
}

#credits h3 {
    text-align: center;
}

#delicious div {
    font-size: 80%;
    padding-bottom: 3px;
}

pre, pre a {
    font-family: "Courier New",fixed
}

blockquote {
    font-style: italic
}

.imgright {
    float: right;
    margin: 5px 0px 5px 20px;
    border: 1px solid black;
}

.imgleft {
    float: left;
    margin: 5px 20px 5px 0px;
    border: 1px solid black;
}

.seemore {
    font-style: italic;
}

