h1{
	text.align: left;
	/* color: #006400;  dark green */
	color: #420000; 
	font-family: Arial,san-serif;
	font-size: 150%;
	font-style: normal;
	font-weight: bold;

}

h2{
	text.align: left;
	/* color: #006400; dark green */
	color:#420000; 
	font-family: Arial,san-serif;
	font-size: 120%;
	font-style: normal;
	font-weight: bold;
}



p{
	text.align: left;
	color: #000000;
	font-family: Arial, san-serif;
	font-size: 96%;
	font-style: normal;
	font-weight: normal;
}

/* 	text-indent: 1 cm; */
/* border-style: solid */

p.Event 
{	
	
 	/* border-style: ridge; */
	/* border-color:#800080; */
	font-size: 80%;
	font-family:Arial;
	padding: 0.12 cm;
	/* border-style: ridge; */
	
}


p.TitleRed
{
	font-family: Arial;
	font-size: 105%;
	font-weight:bold;
	color: #FF0000;
}


p.TitleBlack
{
	font-family: Arial;
	font-size: 90%;
	font-weight:bold;
	color: #000000;
	padding: 0.12 cm;
	text-decoration: underline;
}

p.Title
{
	font-family: Arial;
	font-size: 100%;
	font-weight:bold;
	color: #000000;
	text-decoration: none;
}


p.Comment
{
	font-family: Arial;
	font-size: 50%;
	font-weight:bold;
	font-style:italic;
	color: #C80000;
	text-decoration: none;
}





ul.imageCheck
{
list-style-image: url("image\check.jpg");
list-style-position: outside;
font-family: Arial;
font-size: 96%;
}


ul.imageBox
{
list-style-image: url("image\box.jpg");
list-style-position: outside;
font-family: Arial;
font-size: 96%;
}

ul.imageArrow
{
list-style-image: url("image\arrow.jpg");
list-style-position: outside;
font-family: Arial;
font-size: 96%;
}






ul.disc 
{
list-style-type: disc;
list-style-position: outside;
font-family: Arial;
font-size: 96%;
}



ul.square 
{
list-style-type: square;
list-style-position: outside;
font-family: Arial;
font-size: 96%;
}






ol.decimal
{
list-style-type: decimal;
list-style-position: outside;
font-family: Arial;
font-size: 96%;
}



a:link{text-decoration: none; color: #0000FF;}
a:visited{text-decoration: none;color:#0000FF;}
a:hover {text-decoration: underline;color:C80000;font-weight:bold;}
a:active{text-decoration: none;color:#0000FF;}


