/* This is the basic setup for all pages */
a:link {text-decoration: none;}
a:visited {text-decoration: none;color: red;}
BODY {
background-image: url("pgart/bg3.jpg");
}
.tnl {
	position: absolute;
	width: 100px;
	top: 50px;
	left: 10px;
}
/* These styles apply to the index page. */
.top {
 	font-size: 13px;
 	font-weight: bold;
 	margin-left: 450px;
	text-align: right;
	}
.toc {
 	font-size: 20px;
 	font-weight: bold;
 	margin-left: 140px;
	width: 460px;
	padding: 10px 0px 10px 0px;
	text-align: center;
	}
.heading {
 	font-size: 16px;
 	font-weight: bold;
 	text-decoration: underline;
 	margin-left: 140px;
	width: 460px;
	text-align: left;
	}
.title_index {
 	font-size: 14px;
 	width: 435px;
	margin-left: 165px;
	}
 .title_indent {
 	font-size: 14px;
 	width: 410px;
	margin-left: 190px;
	}
 .titlesalt {
 	font-size: 14px;
 	font-weight: bold;
 	margin-left: 165px;
	width: 435px;
	}
 .bold {
 	font-weight: bold;
 	}
 .author_index {
 	font-size: 12px;
 	}
 .descr {
 	font-size: 12px;
	margin-left: 190px;
	width: 410px;
	padding-bottom: 8px;
	}
 .descr_indent {
 	font-size: 12px;
	margin-left: 215px;
	width: 385px;
	padding-bottom: 8px;
	}
 .descralt {
 	font-size: 12px;
 	font-style: italic;
 	}
 .italic {
 	font-style: italic;
	}
 .italic_descr {
 	font-size: 13px;
 	font-style: italic;
 	margin-left: 190px;
	width: 410px;
	padding-bottom: 8px;
	}
 .small_index {
	font-size: 75%;
	margin-left: 175px;
	}
 /* Links for the Index Page */
 .links {
	margin-left: 140px;
	width: 460px;
	margin-top: 10px;
	font-size: 90%;
	}
.row1 {
	width: 145px;
	margin: 0px 3px 0px 3px;
	text-align: center;
	font-weight: bold;
	padding-top: 95px;
	padding-bottom: 25px;
	float: left;
	}
.row2 {
	width: 145px;
	margin: 0px 3px 0px 3px;
	text-align: center;
	font-weight: bold;
	float: left;
	}
.row3 {
	width: 145px;
	margin: 0px 3px 0px 3px;
	text-align: center;
	font-weight: bold;
	padding-top: 95px;
	padding-bottom: 25px;
	float: left;
	}	
 /* Links ends here */
 .footer {
	margin-left: 140px;
	top: 35px;
	width: 400px;
	border: outset 2px;
	border-color: black;
	font-size: 80%;
	font-weight: bold;
	padding: 5px;
	}
/* These styles are for the other OLM pages that use CSS   */
/* Used for story/article titles  */
.H1 {
 	left: 140px;
 	font-size: 160%;
 	font-weight: bold;
	}
/* Used for story/article authors  */
.H2 {
 	font-style: italic;
 	font-size: 115%;
	text-align: right;
	}
/* General */
.cap {
 	font-size: 175%;
 	font-weight: bold;
	}
.intro {
 	font-size: 80%;
 	}
/* Additional styles used in The Zayat Kiss */
.indent {
 	font-family: Times Roman;
 	font-size: 12px;
 	margin-right: 125px;
 	margin-left: 125px;
 	}
 .notes {
 	color: #FF0000;
 	font-size: 18px;
 	}
 .chapter {
 	color: #FF0000;
 	font-size: 10px;
	}
 .quote {
 	font-size: 13px;
 	margin-left: 50px;
 	margin-right: 50px;
 	}
.caption {
 	font-size: 11px;
 	}
.smaller {
	font-size: 11px;
	font-style: italic;
	}
/* Additional styles are in each document as needed. */