
body { 
	background-color: #CCCCCC; 
	font-family: "Book Antiqua", Georgia, Arial;
	margin-left: 140px; margin-right: 140px;
}
.general_text {font-size:medium; color: #000000;}
.printer_text {font-size:20px; color: #000000;}

.title {font-size:xx-large; font-weight:bold; color;  color:#000000;}

.sub_title {font-size: larger; font-weight:bold; color:#000000;}

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;}  /* selected link */

.dropcap_character{
  font: 5em/.85em Georgia, "Times New Roman", Times, serif;
  padding: .03em .1em 0 0;
  display: block;
  float: left;
  color:#000000}
  
  


