 
  /* Highlight links with light yellow color on mouseover   */

a:hover{ background-color:#FFFFCC }
h1, h2, h3, h4, h5 { color: red; font-weight: bold; text-decoration: none; margin: 12px 0 12px 0; padding-right: 25px; }
.headline { font-size: xx-large; }
.part { font-weight: bold;  padding: 10px 20px 10px 30px; }

.mbart {padding: 10px 20px 10px 30px; 
      
}

.mbindent {padding-left: 30px}


/* Set non-standard browser toolbars in IE to a blue     */
/* light blue color for an extra color effect, replacing */
/* a javascript                                          */ 

body, html { background-color: #ffe4c4; 
font-family: Times, Helvetica, Verdana;

scrollbar-face-color:  #FFFF00; 
 /* scrollbar-shadow-color: ;
  scrollbar-highlight-color: ;
  scrollbar-3dlight-color: ;
  scrollbar-darkshadow-color: ;*/
  scrollbar-track-color:  #FFFF66;
 /* scrollbar-arrow-color: ;*/
}



.pullquote {
width: 40%;
background:whitesmoke;
color:black;
float: right;
border:2px solid black;
font-size:.8em;
font-weight: normal;
padding:5px;
margin: 7px;
}

