/* stylesheet black text on white background */
/* by VikingWebworks.com */

body, p, br { 
	background: #ffffff;
	font-size: 12pt;
	line-height: normal;
	color: #000000; 
	font-family: georgia, times, serif; 
	}

h1 { 
	font-size: 24pt;
	color: #000000; 
	font-variant: small-caps;
	}

h2 { 
	font-size: 24pt;
	color: #000000; 
	}

a:link { 
	text-decoration: underline;
	color: #666699;
	}
a:visited { 
	text-decoration: underline;
	color: #000099;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #cc0000;
	}

#menu {
	position: absolute;
	left: 0px;
	top: 0px;
	}

#main {
	margin-left: 17%;
	margin-right: 17%;
	}


#footer {
	text-align: center;
	font-family: georgia, times, serif; 
	}

div.caption { 
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
	color: #99ccff; 
	}

.caption { 
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
	color: #99ccff; 
	}

.center { 
	display:block;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	}
	
.outline {
	border: 1px;
	border-color: #999999;
	border-style: solid;
	}

.bookinfo { 
	display:block;
	margin-left:auto;
	margin-right:auto;
	}
	
.bookinfo  p{ 
	display:block;
	font-size: 9pt;
	font-weight: bold;
	margin-left:auto;
	margin-right:auto;
	}
	
