body { 
	background-color: #CCCCCC; 
	font-family: "Book Antiqua", Georgia, Arial;
	margin-left: 140px; margin-right: 140px;
}
.general_text {
	font-size: medium;
	color: #000000;
	text-align: justify;
}
.printer_text {font-size:20px; color: #000000;}

.general_text_left {
	font-size: medium;
	color: #000000;
	text-align: left;
}

.general_text_italic {
	font-size: medium;
	color: #000000;
	text-align: left;
	font-style:italic;
}

.general_text_bold {font-size:20px; color: #000000;
    text-align: justify;
	font-weight: bold;
	}

.title {
	font-size: xx-large;
	font-weight: bold;
color;
	color: #000000;
	text-align: center;
	font-family: "Book Antiqua", Georgia, Arial;
}

.sub_title {
	font-size: larger;
	color: #000000;
	font-weight: bold;
	text-align: center;
}

a:link {color: #6633FF;}      /* unvisited link */
a:visited {color:#6633FF;}  /* visited link */
a:hover {text-decoration:blink; color:#6633FF;}  /* mouse over link */
a:active {
	color: #0000FF;
	text-align: center;
}  /* selected link */

.dropcap_character{
  font: 5em/.85em Georgia, "Times New Roman", Times, serif;
  padding: .03em .1em 0 0;
  display: block;
  float: left;
  color:#000000}
  
.author_date{
	font-size: medium;
	color: #000000;
	text-align: center;	  
}
  
  
