	a {
				color: 				#000000;
				text-decoration: 	underline;
            }	
			
	 a:hover {
				background-color:	#000000;
				color:				#FFFFFF;
				text-decoration: 	none;
            }	

	h1 {
				font-size:			20px;
	}
	
	h2 {
				font-size:			16px;
	}
	
	h3 {
				font-size:			14px;
	}
	
	hr {
				background-color:#000000;
	}
