h1 {
	font-family: 				verdana,cursive;
	font-size: 					18px;
	font-weight: 				bold;
	text-align: 				left;
	color: 							#111111;
	margin-left:				2px;
	}

h2 {
	font-family: 				verdana,cursive;
	font-size: 					14px;
	font-weight: 				bold;
	color: 							#111111;
	margin-bottom: 			2px;
	}

p {
	font-family: 				verdana,cursive;
	font-size: 					14px;
	font-weight: 				normal;
	margin-top: 				0px;
	margin-bottom: 			10px;
	}
Span {
	font-family: 				verdana,cursive;
	font-size: 					14px;
	font-weight: 				normal;
	}
	 	
LI {
	font-family: 				verdana,cursive;
	font-size: 					14px;
	font-weight: 				normal;
	margin-top: 				0px;
	margin-bottom: 			10px;
	}
	
a {
	font-family: inherit;
	color: #0000ff;
	text-decoration: underline;
	} 	

a:hover {
	font-family: inherit;
	color: #ff0000;
	text-decoration: underline;
	} 			
