/* #000000 = black : TEXT color */
/* #cc3333 = dark red : LINK TEXT color */
/* #646464 = dark grey : ACCENT color */

body {
	color: #000000; 
	font-family: verdana,arial,geneva,helvetica,sans-serif;
	font-size:.8em;
	font-weight: normal;
	background-color: #FFFFF8;
	margin-top:4px;
	margin-right:25px;
	margin-left:10px;
/*	background-image:url('../Images/background.jpg')  */
	}
	
pre {
	color: #000000; 
	font-family: verdana,arial,geneva,helvetica,sans-serif;
	/* font-size:small; */
	font-weight: normal;
	}
	
td {
	/* background-image:url('../Images/background.jpg');  */
	font-family: verdana,arial,geneva,helvetica,sans-serif;
	/* font-size:small;
	font-weight: normal; */
	}
	

/* visted must precede hover which must precede active */
a { 
	text-decoration: none;
	font-family: verdana,arial,geneva,helvetica,sans-serif;
	color: #cc3333; 
	/* background-color: transparent */
	}

a:visited {
	text-decoration: none;
	font-family: verdana,arial,geneva,helvetica,sans-serif;
	color: #cc3333; 
	/* background-color: transparent */
	}
	
		
a:hover {
	color:#660066;
	text-decoration:none;
	font-family: verdana,arial,geneva,helvetica,sans-serif;
	color: #cc3333; 
	/* background-color: transparent */
	}

a:active {
	color:#660066;
	text-decoration:none;
	font-family: verdana,arial,geneva,helvetica,sans-serif;
	color: #cc3333; 
	/* background-color: transparent */
	}



p {text-indent: 2em}

h2 {font-size: large; font-weight: 800}

b {font-weight: 600}

.in	{
	display: block; 
	margin-left:45px;
	font-family: verdana,arial,geneva,helvetica,sans-serif;
	font-size:.95em;
	font-weight: normal;
	line-height:110%;
	/*margin-top:2px;
	margin-bottom:1px; */
	}
	
.in_small	{
	display:block;
	margin-left:35px;
	margin-top:2px;
	margin-bottom:4px;
	font-size:.85em;
	line-height:115%;
	}
	
.in_small_indent	{
	display:block;
	margin-left:35px;
	margin-top:2px;
	margin-bottom:4px;
	font-size:.85em;
	line-height:110%;
	text-indent:18px;
	}	
	
	
.tiny {
 	color: #000000; 
	font-family: verdana,arial,geneva,helvetica,sans-serif;
	font-weight: lighter;
	font-size: xx-small;
	}

.reg-text {
	color: #000000; 
	font-family: verdana,arial,geneva,helvetica,sans-serif;
	font-size:small;
	font-weight: normal;
	}

.white 	{
	color:white
	}
	
.small {
	font-weight: lighter;
	font-size: x-small;
	line-height:140%;
	}
	
.smallname {
	font-weight: lighter;
	font-size: x-small;
	line-height: 140%
	}
			
.tinywhite {
  color:white;
	font-family: verdana,arial,geneva,helvetica,sans-serif;
	font-weight: lighter;
	font-size: x-small;
	}

.indent {margin-left: 20px;}

/* block indentation */
.block	{
	display:block; 
	margin-left: 25px;
	margin-right:2px
	}
		



.lines
	{display:inline; position:relative; left:25px; 
	 font-size: x-small; color:#646464;} 
	 
.mla	{
	margin-left:75px;
	margin-right:135px;
	}

.quotation	{
	width: 250px;
	text-align: left;
	font-family: arial,verdana,geneva,sans-serif,'times new roman',helvetica,serif,;
	font-weight: lighter;
	font-size: x-small;
	color:#333333;
	padding:5px 7px 5px 9px;  /* top right bottom left */
	border: 1px solid #790000;
	}

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

.quot {
	padding:5px 7px 5px 9px;  /* top right bottom left */
	width:auto;
	border: 1px solid #790000;
	background-color:#cecece
/*	background-image:url(http://www.litgothic.com/Images/lg_backer.gif); */
	}

.floatright { 
	float: right; 
	text-align:center;
	margin: 10px 35px 10px 10px; /* top right bottom left */ 
	} 
	
.floatleft	{
	float: left; 
	text-align:center;
	margin: 10px 10px 10px 5px; /* top right bottom left */ 
	} 

	
.float_quote	{
	float: right; 
	margin: 10px 5px 10px 10px; /* top right bottom left */
	width: 250px;
	text-align: left;
	font-family: arial,verdana,geneva,sans-serif,'times new roman',helvetica,serif,;
	font-weight: lighter;
	font-size: x-small;
	color:#333333;
	padding:5px 7px 5px 9px;  /* top right bottom left */
	border: 1px solid #790000;
	}
