/* CSS Document */
Body	{background-image:url('images/moral_bg.jpg');
	background-color: #C70000;
	 color: #FFC400;
	 font-size: 12pt
	}
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:#FFE8E9;	 
	}
p.dropcap:first-letter {
	float: left; /* Make the text flow around the letter */
	font-family: Times, "Times New Roman", Serif; 
	color: #FFE8E9; 
	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:#FFC400;
	 }
h2	{font-family: "Times New Roman", Times, serif;
	 text-align: center;
	 color:#FFE8E9
	 }
h4	{font-family: "Times New Roman", Times, serif;
	 font-size: 15pt;
	 text-align: center;
	 color:#FCF3D4;
	}
ol	{text-align: justify;
	 margin-right: 1%
	}
ul	{text-align: justify;
	 margin-right:1%
	}
a:hover {color:#FFFF99;
	text-decoration:underline
	}

a:link	{color:#FCF3D4;
	}

a:Visited {color:#FFCC00
	}

a:Active {color:#FCF3D4;
	text-decoration:none
	}
	
td		{vertical-align:top
	}