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: #00FFFF;
	text-decoration: underline;
	}

a:visited{
	color: #00FFFF;
}

a:hover {
	font-family: inherit;
	font-size: 12px;
	text-decoration: underline;
	} 			
