body{
	margin-top:0px;
	padding-top:0px;
	font:Georgia, "Times New Roman", Times, serif;
	color:#663300;
}



/*  This will kill ALL styling on the UL and LI  */
li{
list-style-type:none;
padding:0px;
margin:0px;
}
ul{
list-style:none;
list-style-image:none;
list-style-type:none;
padding:0px;
margin:0px;
}
#menu li{
display:inline;
padding-right:5px;
font:Georgia, "Times New Roman", Times, serif;
}
.storytitle {
font-size:14px;
}

a:link {color:#006666;
text-decoration:none;
font-weight:bold;}
a:visited {color:#006666;
text-decoration:none;
font-weight:bold;}
a:hover {color:#663300;
text-decoration:underline;
font-weight:bold;}
a:active {color: #006666;
text-decoration:none;
font-weight:bold;}

#menu div{

float:left;

}







