/* CSS Document */
Body	{background-image:url('images/bg.jpg');
	background-color: #E3BB00;
	 color: #631A00;
	 font-size: 12pt;
	background-attachment:fixed
	}
p	{text-align: justify;
	 margin-left: 1%;
	 margin-right: 1%;
	 line-height: 150%;
	 font-family:"Bookman Old Style", "Times New Roman", Verdana;
	 font-size:16pt;
	 color:#631A00;	 
	}
p.dropcap:first-letter {
	float: left; /* Make the text flow around the letter */
	font-family: Times, "Times New Roman", Serif; 
	color: #631A00; 
	font-size: 3em; /* Makes the letter thrice the size of the rest of the text */
	font-weight: bold; 
	line-height: 1em; /* Adjustment for IE. Otherwise it doesn't line up correctly */
	padding-right: 0.15em; /* If it's getting crowded - adjust */
}

h3	{font-family: "Times New Roman", Times, serif;
	 text-align: center;
	 font-size:15pt;
	 letter-spacing:1pt;
	 color:#AC0501;
	 }
h2	{font-family: "Times New Roman", Times, serif;
	 text-align: center;
	 color:#AC0501
	 }
h4	{font-family: "Times New Roman", Times, serif;
	 font-size: 15pt;
	 text-align: center;
	 color:#AC0501;
	}
ol	{text-align: justify;
	 margin-right: 1%
	}
ul	{text-align: justify;
	 margin-right:1%
	}
a:hover {color:#AA0000;
	text-decoration:underline
	}

a:link	{color:#790202;
	}

a:Visited {color:#6C4200
	}

a:Active {color:#790202;
	text-decoration:none
	}
	
td		{vertical-align:top
	}
	
	
.story {vertical-align:top; padding-bottom:20px; padding-top:15px; border-bottom:2px dotted #660000; border-right:2px dotted #660000}
.story a:link {font-family:Verdana, Arial, Helvetica, sans-serif; color:#3B2B00; font-size:15px; text-decoration:none; font-weight:bold}
.story a:hover {font-family:Verdana, Arial, Helvetica, sans-serif;  color:#5A1E00; font-size:15px; text-decoration:underline;  font-weight:bold}
.story a:visited {font-family:Verdana, Arial, Helvetica, sans-serif;  font-size:15px; color:#3B2B00; font-weight:bold; text-decoration:none}