body{
	background-color: #A7BF28;
	margin: 0;
	padding: 0;
}
body,td{
	font-family: arial, MS sans serif, sans-serif;
	font-size: 80%;
}
.h1 {
	color : #0E76B8;
	text-decoration : none;
	font-weight : bold;
	font-size: 150%;
	margin: 0;
}

.h2 {
	color : #0E76B8;
	text-decoration : none;
	font-weight : bold;
	font-size: 100%;
	margin: 0;
	padding: 0;
}

.h3 {
	color : #0E76B8;
	text-decoration : none;
	font-weight : bold;
	font-size: 90%;
	margin: 0;
	padding: 0;
}


ul.square  {
	list-style: square;
	padding: 0px 0px 0px 0px;	
	margin-left: 15px;	
	color: #ffffff;	
}


A:Link {
	color : #0E76B8;
	font-size: 100%;
	text-decoration: none;	
}
A:Visited {
	color : #CA4D17;
    font-size: 100%;
	text-decoration: none;	
}
A:Active {
	color : #008000;
	font-size: 100%;
	text-decoration: none;	
}
A:Hover {
	color : #008000;
	font-size: 100%;
	text-decoration: none;	
}

a.path:visited 
		{
			color: #ffffff;
			text-decoration: none;
			font-weight: bold;
		}	
a.path:active 
		{   
			color: #ffffff;
			text-decoration: none;
			font-weight: bold;
		}
a.path:hover
		 {  
		 	color: #ffffff;
			text-decoration: none;
			font-weight: bold;   
		}
a.path:link
		 {  
		 	color: #ffffff;
			text-decoration: none;
			font-weight: bold;
		}