/* Link appearance */

body {
	font-family: 'Times New Roman', Times, serif;
	font-size: 16px; }

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

A:hover { 
	color: #00c87f;
	text-decoration: none }
	
body {
	font-family: 'Times New Roman', Times, serif;
	font-size: 16px; }
	
H1, h2 {
	display: inline;
	FONT-FAMILY: Times New Roman, Times, serif;
	FONT-SIZE: 18pt; 
	COLOR: #000000; }
	
h1 span, h2 span {
    display: 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;
}

.top {
    margin-top: 0;
}

