/* Link appearance */

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

A:hover { 
	color: #A593C5;
	text-decoration: none }
	
H1 {
	display: inline;
	FONT-FAMILY: Tw Cen MT, Arial, sans-serif;
	FONT-SIZE: 18pt; 
	COLOR: #634C8E; }
	
H2 {
	display: inline;
	FONT-FAMILY: Trebuchet MS, Arial, sans-serif;
	FONT-SIZE: 13pt; }

H3 {
	display: inline;
	FONT-FAMILY: Arial, sans-serif;
	FONT-SIZE: 10pt; } 
	
.back {
	font-size: 20px;
	font-weight: bold;
	font-family: 'Times New Roman', Times, serif;
	text-align: center;
	}

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

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

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