body { 

color: #400040; 
background: #F6E6F6; 
SCROLLBAR-ARROW-COLOR: #ffffff; 
SCROLLBAR-TRACK-COLOR: #F6E6F6; 
SCROLLBAR-BASE-COLOR: #800080; 
 }

/* this CSS layout created by Sassafrass. Nifty, isn't it? ;P */

a { text-decoration: none;  font-weight : 600;  }

  :link { color: #996666 } 
  :visited { color: #996666} 
  :active { color: #996666 } /* when link is clicked */
  :hover { color: #537B7B } 

div.purpleline {
    background-color: #800080;
    padding: 0.5em;
    position:absolute;
    top:20px;
    width: 200px;
    height: auto;
    left:0px;
    overflow:visible;
    z-index:1;
}

div.body1 {
	background-color : #E8C0E8;
	padding: 0.5em;
	position: absolute;
	top: 90px;
	left: 25px;
	width: 355px;
	height: auto;
	overflow: visible;
	z-index : 2;
	border : thick solid #800080;
}

div.body2 {
	background-color : #E8C0E8;
	padding: 0.5em;
	position: absolute;
	top: 90px;
	left:400px;
	width: 355px;
	height: auto;
	overflow: visible;
	z-index : 2;
	border : thick solid #800080;
}

hr { margin-top:-2%; }

h1 {margin-bottom: -2%; 
    font-family: "Geneva", "Verdana", "Arial", "Helvetica", san-serif; }

h2 {margin-bottom: -2%; 
    font-family: "Geneva", "Verdana", "Arial", "Helvetica", san-serif; }

p,ul { font-family: "Garamond", "Times New Roman", serif; 
       color: #400040; }
	   
 p.header {
	font-family : "Garamond", "Times New Roman", serif; 
       color: #400040; 
	   font-weight: bold;
}

pre { font-family: monospace; }