/* Link appearance */

A:link, A:visited { 
	text-decoration: underline;
	color: #0000ff }

A:hover { 
	color: #6A352C;
	text-decoration: none }
	
h1 span {
	display: none;
	}
	
/* Header appearance */
	
h1 {
	font-family: 'Trebuchet MS', Arial, sans-serif;  
	color: #08f; font-size: 24px; 
	display: inline;
}

h2 {
	FONT-FAMILY: Times New Roman, serif;
	FONT-SIZE: 13pt;  
	margin: 0; 
	text-align: center;
	}

h3 {
	FONT-FAMILY: Arial, sans-serif;
	FONT-SIZE: 10pt;  
	margin: 0; 
	text-align: center;
	}
	
h4 {
	FONT-FAMILY: Arial, sans-serif;
	FONT-SIZE: 10pt; 
	font-weight: normal; 
	margin: 0; 
	text-align: center;
	}
	
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;
	float: center;
}

