.story {
  font-family: "Trebuchet MS" "Arial";
  font-size: Small;
  margin-top:0in;
  margin-bottom:0in;
}

.indent {
  font-family: "Trebuchet MS" "Arial";
  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" "Arial";
}

.dropcap:first-letter { 
  font-size: 300%;
  font-family: "Trebuchet MS";
  float: left;
}

.dropcap:first-line {
  text-transform: uppercase;
}

.hideprint{
  display:none;
}

.submenu(
  display:inline;
}

.subsubmenu{
  display:inline;
}

body{
  bacground-color:"teal";
}