	body {
	cursor: url("strawb.cur"), auto;
	font-size:11.5pt;
	background-color: #f6f6f8;
	}
	
	h1 {
	font-family: 'Helvetica', 'Arial', 'Futura', 'Gill Sans', sans-serif;
	color: gray;
	margin-bottom: 0em;
	}
	
	.pink {
	color: pink;
	}
	em {
	margin-top: 0em;
	margin-bottom: 0.6em;
	color: silver;
	}
	
	h2 {
	font-size: 1.5em;
	font-family: 'Garamond', 'Times New Roman', serif;
	color: pink;
	text-align: center;
	font-style: italic;
	}
	
	div {
	text-align: center;
	}
	
	a:link, a:visited {
	color: gray;
	text-decoration: none;
	cursor: url("strawb.cur"), auto;
	}
	
	a:link:active, a:visited:active {
	color: gray;
	text-decoration: none;
	cursor: url("strawb.cur"), auto;
	}
	
	.small {
	font-size: .9em;
	}