h2 {
	font-family: arial, sans-serif; 
	font-size: 14px; 
	display: inline;
}
	
h1 {
	font-family: 'Times New Roman', Times, serif; 
	font-size: 24px; 
	display: inline; 
	color: #0000cc;
}

.back {
	font-family: 'times new roman', times, serif; 
	font-size: 18px; 
	font-weight: bold;
}
	
a:hover {
	text-decoration: none; }
	
p.backlink, a.backlink {
	font-size: 18px;
	font-weight: bold;
}

a.leftlink {
	display: block;
	width: 150px;
	float: left;
}

a.rightlink {
	display: block;
	width: 150px;
	float: right;
}

a.centerlink {
	display: block;
	width: 170px;
	float: center;
}

.zero-border {
    border: 0;
}

