/* LustForLifeList-v1_11.css */

									/* SELECTOR PROPERTIES */
body   {
	background-color:		purple;  
	border:					4px solid #9e1f1f;
	color:					black;
	font-family:			Tahoma, Verdana, Arial, sans-serif;
	margin:					8px;
	padding:				24px;
}

a {
	text-decoration:		none;
}

a:active {
	color:					black;
}
 
a:link {
	color:					black;
}

a:visited {
    color:					black;
}

a:hover {
	background-color:		#9e1f1f;
	color:					#ffcc00;
}

.namelink a:hover {
	color:					#9e1f1f;
	background-color:		#ffcc00;
}

h1 {
	color:					black;
	font-family:			papyrus;
	font-size:				350%;
	font-weight:			bold;
	text-align:				center;
}

h2 {
	color:					#0000ff;
	font-family:			papyrus;
	font-size:				200%;
	font-weight:			bold;
	text-align:				center;
}

h2 a:hover {
	background-color:		#f4d400;
	color:					#0000ff;
}

h3 {
	color:					#9e1f1f;
	font-family:			papyrus;
	font-size:				130%;
	font-weight:			bold;
	margin-left:			20px;
}

h4 {
	color:					#0000ff;
	font-family:			papyrus;
	font-size:				100%;
	font-weight:			bold;
	text-align:				center;	
}

h5 {
	color:					#0000ff;
	font-family:			papyrus;
	font-size:				85%;
	font-weight:			bold;
	text-align:				center;	
}

h5 a:link  {
	color:					#0000ff;
}

h5 a:visited {
    color:					#0000ff;
}

h6 {
	color:					#0000ff;
	font-family:			papyrus;
	font-size:				80%;
	font-weight:			bold;
	margin-left:			30px;
	text-align:				left;	
}

img {
	border:					2px solid black;
}

table {
	margin-left:			80px;
}

									/* CLASS PROPERTIES */
					
.book-title {
	text-decoration:		underline;
}

.center-align {
	text-align:				center;
}

.contact-info {
	color:					black;
	font-family:			Verdana, Tahoma, Arial, Helvetica, sans serif;
	font-size:				70%;
	font-style:				normal;
	text-align:				center;
}

.container {
	background:				#f4d400;
    border:					4px solid #9e1f1f;
    /*
    height:					50%;
    */
}

.description {
	font-family:			Tahoma, Verdana, Arial, sans-serif;
	font-size:				80%;
	margin-left:			40px;
	margin-right:			40px;
	text-align:				justify;
	text-decoration:		none;
}

.outer-container {
    border:					4px solid #ffcc00;
}

.quotation {
	font-family:			Verdana, Tahoma, Arial, Helvetica, sans serif;
	font-size:				85%;
	margin-left:			50px;
	margin-right:			50px;
	text-align:				justify;
}

.subscript {
    bottom:					-0.25em;
    font-size: 				smaller;
    position: 				relative;
    vertical-align:			baseline;
}

.subtitle {
	color:					#ff2244;
	font-size:				60%;
	line-height:			90%;
}

.superscript {
    bottom:					0.33em;
	font-size: 				smaller;
    position:				relative;
    vertical-align:			baseline;
}

.table_of_contents {
    background:				#f4d400;
	border-bottom:			2px solid #9e1f1f;
}

.table-text {
	color:					black;
	font-family:			Verdana, Tahoma, Arial, Helvetica, sans serif;
	font-size:				80%;
	font-style:				normal;
	margin-left:			80px;
	margin-right:			80px;
	text-align:				justify;
}

.thesis-text {
	color:					black;
	font-family:			Verdana, Tahoma, Arial, Helvetica, sans serif;
	font-size:				80%;
	font-style:				normal;
	margin-left:			30px;
	margin-right:			30px;
	text-align:				justify;
}

.title {
    background:				#f4d400;
	border-bottom:			2px solid #9e1f1f;
}
										
.toc {
	margin-bottom:			0;
}

.toc_list_item {
	border-left-width:		0;
	border-left:			0;
	color:					#9e1f1f;
	font-family:			Tahoma, Verdana;
	font-size:				70%;
	font-weight:			bold;
	list-style-type:		none;
	margin-left:			-35px;
	text-align:				center;
	text-decoration:		none;
}


.weblink {
	font-family:			Tahoma, Verdana, Arial, sans-serif;
	font-size:				80%;
	list-style-type:		none;
	margin-left:			0px;
	margin-right:			40px;
	text-align:				justify;
	text-decoration:		none;
}

.weblink a
{
	font-weight:			bold;
}

/* LISTS */

.ordered {
	font-family:			Tahoma, Verdana, Arial, sans-serif;
	font-size:				80%;
	margin-left:			20px;
	margin-right:			40px;
	text-align:				justify;
}

.unordered {
	font-family:			Tahoma, Verdana, Arial, sans-serif;
	font-size:				80%;
	list-style-type:		none;
	margin-left:			20px;
	margin-right:			40px;
	text-align:				justify;
}

.alpha-lower {
	font-family:			Tahoma, Verdana, Arial, sans-serif;
	font-size:				80%;
	list-style-type:		lower-alpha;
	margin-left:			20px;
	margin-right:			40px;
	text-align:				justify;
	list-style-type:		lower-alpha;
}

.alpha-upper {
	font-family:			Tahoma, Verdana, Arial, sans-serif;
	font-size:				80%;
	list-style-type:		upper-alpha;
	margin-left:			20px;
	margin-right:			40px;
	text-align:				justify;
}


									/* MIXED SELECTOR-CLASS PROPERTIES */
					
ol.weblink {
	list-style-type:		none;
}

ul.li {
	list-style-type:		none;
}

									/* MEDIA PROPERTIES */

@media print {
	body {
		background-color:	white;
	}
	
	a {
		color: black;
	}
	
	h1, h2, h3, h4, h5, .thesis-number, .thesis-text,  {
		background-color:	white;
		color:				black;
	}
	.author {
		color:				black;
	}
	.contact-info a {
		color:				black;
	}
	.date {
		color:				black;
	}
}

@media handheld {
}

@media aural {
	h1, h2, h3, h4, h5, p, blockquote {
     	cue-before:			url("ping.au");
		pitch:				medium;
    	richness:			90;
    	stress:				20;
	   	voice-family:		male;
	}
} 