body { 
       font-family: arial, sansserif;
       text-align: justify;
       text-justify: newspaper;
       margin: 0;
       padding: 0;
       border: 0;
       overflow: scroll;
       height: 100%;
       max-height: 100%;
       line-height: 1.4;
}

#framecontent{ 
               position: absolute;
               font-family: verdana, sansserif;
		text-align: left;
               top: 255px;
               bottom: 0;
               left: 2em;
               width: 250px; /*Width of frame div*/
               height: 100%;
               overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/ 

 }

#maincontent{ 
              position: absolute;
              top: 0;
              left: 250px; /*Set left value to WidthOfFrameDiv*/
              right: 250px;
              bottom: 5;
              overflow: hidden;
 }

.innertube{ 
            margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
            
 }

a.menu:link { 
         color: #006300;
         font-size: 105%;
         text-decoration: none;
         border-bottom: none;
 }

a.menu:visited { 
         color: #006349;
         font-size: 105%;
         text-decoration: none;
         border-bottom: none;
 }

a.menu:active { 
         color: #006349;
         font-size: 105%;
         text-decoration: none;
         border-bottom: none;         
}

a:link { 
         color: #aa0000;
         text-decoration: none;
         border-bottom: 1px dashed;
 }

a:visited { 
         color: #aa0000;
         text-decoration: none;
         border-bottom: 1px dashed;
 }

a:active { 
         color: #aa0000;
         text-decoration: none;
         border-bottom: 1px dashed;
 }


h1.heading { 
             font-style: italic;
             color: #000066;
             font-size: 300%;
             text-align: center;
 }

.quote { 
         text-align: center;
         font-style: italic;
 }

.author { 
          text-align: right;
          font-style: italic;
 }

p {  
    color: #333333;
}
