P { 
	font-family: arial; 
}

A { 
	font-family: arial; 
	font-size: 12px; 
	color: blue; 
	text-decoration: none;
}

A:hover { 
	font-family: arial; 
	font-size: 12px; 
	color: navy; 
	text-decoration: underline; 
}

td { 
	font-family: arial; 
	font-size: 12px; 
}

.content { 
	font-family: arial; 
	font-size: 14px; 
	}

.contentlink { 
	font-family: arial; 
	font-size: 14px; 
	color: blue; 
	text-decoration: none;
}

.contentlink:hover { 
	font-family: arial; 
	font-size: 14px; 
	color: navy; 
	text-decoration: underline; 
}

.h1link { 
	font-family: arial; 
	font-size: 16px; 
	font-weight: bold;
	color: blue; 
	text-decoration: none;
}

.h1link:hover { 
	font-family: arial; 
	font-size: 16px; 
	color: navy; 
	text-decoration: underline; 
	font-weight: bold;
}

.content h1 { 
	font-size: 16px; 
	font-weight: bold; 
	margin-bottom: 0;
}
