/* CSS Document */
Body	{background-image:url(images/bg.jpg);
	 background-color:#B80201;
	 color:#FFFFFF;
	 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: #F2F0FE }

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

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

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