body.stripe {
	background: url(stripbg.gif);
	background-color: #fff;
	font-family: Verdana, Arial, Lucida, sans-serif;
	font-size: 12px;
	color: #000000;
        scrollbar-base-color: #fff;
        scrollbar-track-color: #fff;
        scrollbar-face-color: #fff;
        scrollbar-highlight-color: #cccf;
        scrollbar-3dlight-color: #fff;
        scrollbar-darkshadow-color: #fff;
        scrollbar-shadow-color: #ccc;
        scrollbar-arrow-color: #ccc;
	}
body.white{
	background-color: #fff;
	font-family: Verdana, Arial, Lucida, sans-serif;
	font-size: 12px;
	color: #000000;
        scrollbar-base-color: #fff;
        scrollbar-track-color: #fff;
        scrollbar-face-color: #fff;
        scrollbar-highlight-color: #cccf;
        scrollbar-3dlight-color: #fff;
        scrollbar-darkshadow-color: #fff;
        scrollbar-shadow-color: #ccc;
        scrollbar-arrow-color: #ccc;
	}
h2     {  
       font-family: Verdana, Arial, Lucida, sans-serif; 
       font-weight: bold; 
       color: #930; 
       text-align: center;
       }
hr.50 {  
      height: 1px; 
      width: 50%;
      text-align: center;
      }
p.chapter{
	text-align:center;
	}

a:link {
	background: #fff;
        color: #930;
	text-decoration: underline;
	}

a:visited {
	background: #fff;
        color: #600;
	text-decoration: underline;
	}

div.content {

	left: 50px;
	padding: 10px;
	margin-right: 40px;
	margin-top: 5px;
	margin-bottom: 5px;
        margin-left: 20px;
	font-family: Verdana, Arial, Lucida, sans-serif;
	font-size: 12px;
	color: #000;
	}

div.notice {
	background: #fff;
        text-align: center;
	margin-top: 5px;
	font-family: Verdana, Arial, Lucida, sans-serif;
	font-size: 9px;
	color: #000;
	}

div.cover {
      padding:100px;
	visibility: visible; 
	text-align:center;
	vertical-align:middle;
      margin-left:auto;
	margin-right:auto;	
	margin-bottom:auto;	
	margin-top:auto;
}




div.links {
	
        text-align: center;
	margin-top: 5px;
	font-family: Verdana, Arial, Lucida, sans-serif;
	font-size: 9px;
	}

div.spacer { clear: both; } 