/* CSS Document */
Body	{background-image:url(images/thanksgiving_bg.jpg);
	 background-color:#ECBB38;
	 color:#003300;
	 font-family:Arial, Helvetica, sans-serif;
	 font-size:12pt
	}
p	{text-align: justify;
	 margin-left: 1%;
	 margin-right: 1%
	}
h3	{font-family: "Times New Roman", Times, serif;
	 font-size: 30px;
	 text-align: center
	 }
h4	{font-family: "Times New Roman", Times, serif;
	 font-size: 22px;
	 text-align: center
	 }
h5	{font-family: "Times New Roman", Times, serif;
	 font-size: 15px;
	 text-align: center
	}
ol	{text-align: justify;
	 margin-right: 1%
	}
ul	{text-align: justify;
	 margin-right:1%
	}


a:Link {font-family: "Arial", "Times New Roman", serif; color: #003300 }

a:Visited {font-family: "Arial", "Times New Roman", serif; color: #660000; font-size: 12pt}

a:Active {font-family: "Arial", "Times New Roman", serif; color: #FFF000; }

a:Hover {font-family: "Arial", "Times New Roman", serif; color:#006600; text-decoration:underline }

.headline {
	text-align:justify;
	font-size:12px;
	font-weight:bold;
	color:#990000
	}