.story {
  font-family: "Trebuchet MS";
  font-size: Small;
  margin-top:0in;
  margin-bottom:0in;
}

.indent {
  font-family: "Trebuchet MS";
  font-size: Small;
  margin-top:0in;
  margin-bottom:0in;
  text-indent:1 em;
}

.righttext {
  float:right;
  clear:right;
  margin:5;
  margin-top:10;
}

.lefttext {
  float:left;
  clear:left;
  margin:5;
  margin-top:10;
}

.bigstory {
  font-family: "Trebuchet MS";
  font-size: Large;
  font: bold;
}

.smallstory {
  font-family: "Trebuchet MS";
  font-size: Medium;
  font: bold;
}


.dropcap{
  font-size: Small;
  font-family: "Trebuchet MS";
}

.dropcap:first-letter { 
  font-size: 300%;
  font-family: "Trebuchet MS";
  float: left;
}

.dropcap:first-line {
  text-transform: uppercase;
}

a:hover {
  font-size:105%;
  color:red;
}

.menutitle{
  color:green;
  cursor:pointer;
}

.submenu{
  display:none;
}

.submenutitle{
  color:green;
  cursor:pointer;
  display:none;
}

.subsubmenu{
  display:none;
}





