@charset "utf-8";
/* CSS Document */

body {
	background-color:#663399; 
	font-family: "Book Antiqua", Georgia, Arial;
	 }
.general_text{ color:#FFFF00; font-size:medium}
.title{color:#FFFF00; font-weight:bold; font-size:xx-large}
.sub_title{color:#FFFF00;font-size:larger}

a:link {color: #CCFFCC;}      /* unvisited link */
a:visited {color:#CCFFFF;}  /* visited link */
a:hover {text-decoration:blink; color:#CCFFCC;}  /* 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:#FFFF00 }