blockquote {
   font-family: "times new roman", serif;
     font-size: 105%;
    font-style: italic;
}

body {
  background-color: #fff;
  color: #660000;
  font-family: georgia, "lucida bright", "times new roman", serif;
  /*font-size: 20px; */
  margin: 0px 50px 0px 50px;
  padding: 5px;
  border: dashed red 1px;
}

h1,
h2,
h3,
h4,
h5,
h6 {  font-family: "lucida sans unicode",Helvetica,Arial,sans-serif;
     font-variant: small-caps;
      font-weight: 900;
       font-style: Italic;
}

h1 {         font-size: 120%;
       text-decoration: underline;
}
h2 {   font-size: 110%
}
h3 {   font-size: 105%
}
h4 {   font-size: 100%
}
h5 {   font-size: 100%
}
h6 {   font-size: 100%
}



a {
  color: #FF0000;
  text-decoration: none;
}

a:visited {
  color: #800080;
}

a:hover {
  text-decoration: underline;
}



/*-----------------------------------------------------------------------*/
#banner {
  padding-left: 0px;
}
/*-----------------------------------------------------------------------*/
#container {
  background-color: #FFFEF0;
          overflow: hidden;
          width: 900px;
          border: dashed black 1px;

   /*  padding-right:  900px; /* The width of the content */
}
* html #container{
  height: 1%; /* Force IE to operate correctly */
}

#content-index {
  background-color: #FFFEF0;
   position: absolute;
	          left: 0;
	         width: 200px;
       font-family: "lucida sans unicode",Helvetica,Arial,sans-serif;
         font-size: 0.5cm;
      font-variant: small-caps;
       font-weight: normal;
        font-style: normal;
       line-height: 1.3;
   /*     max-height: 20em;  */
          overflow: hidden;
          margin-right: -20px;
          margin-left: 60px;
             float: left;
             border: dashed blue 1px;
      border-right: 10px solid #FFFEF0;

}

#content {
     /*       T   R   B  L            */
      margin: 0 150px 0 250px;
         background-color: #FFFEF0;
  width: 900px;
  float: left;
     border: dashed green 1px;
}

/*------------------------------------------------------------------------*/
/* Text Template

 font-family: georgia, "lucida bright", "times new roman", serif;
              "lucida sans unicode",Helvetica,Arial,sans-serif;
   font-size:
font-variant: small-caps
 font-weight: bolder | lighter | 100-900 | bold | normal
  font-style: italic
  line-height: 1.3
  text-decoration: underline | overline | blink | line-through

*/