h1 {
	font-family: inherit;
	font-size: 20px;
	font-weight: bold;
	text-align: center;	
	}

h2 {
	font-family: inherit;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0px;
	}
		
p {
	margin-top: 0px;
	font-family: inherit;
	font-size: 12px;
	margin-bottom: 10px;

	}
	
a {
	font-family: inherit;
	font-size: 12px;
	color: #0000ff;
	text-decoration: underline;
	} 	

a:hover {
	font-family: inherit;
	font-size: 12px;
	color: #ff0000;
	text-decoration: underline;
	} 			
