/* CSS Document */

h1
{ 
font-family: "Comic Sans MS";
font-size:22px;
font-weight: bold;
color: #006600;
text-align:center;
}
h2{
font-size: 18px;
	color: #009900;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align:left;
}
h3{
	font-size: 15px;
	color: #009900;
	font-family: verdana;
	text-align:left;
	text-decoration: none;
}
h4{
	font-size: 16px;
	color: #000000;
	font-family: "Lucida Sans", "Lucida Console", "Lucida Sans Typewriter", "Lucida Sans Unicode";
}
p
{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: justify;
	
}
