<html>
<!-- scrapbook.css -->
<style type="text/css">

.title {color:rgb(102,51,51);
	font-family:courier new;
	font-weight:bold;
	font-size:18}

.txt {color:black;
	font-family:arial;
	font-weight:normal;
	font-size:14}

A:link {text-decoration:none;
		color:blue}
A:visited {text-decoration:none;
		color:red}
A:hover {text-decoration:underline}
A:active {text-decoration:none;
		color:green}

A.nav:link {text-decoration:none;
		color:rgb(102,51,51);
		font-family:arial;
		font-weight:bold;
		font-size:14px}
A.nav:visited {text-decoration:none;
		color:rgb(102,51,51);
		font-family:arial;
		font-weight:bold;
		font-size:14px}
A.nav:hover {text-decoration:underline;
		color:rgb(102,51,51);
		font-family:arial;
		font-weight:bold;
		font-size:14px}
A.nav:active {text-decoration:none;
		color:rgb(102,51,51);
		font-family:arial;
		font-weight:bold;
		font-size:14px}

.nav3 {color:rgb(102,51,51);
	font-family:courier new;
	font-weight:bold;
	font-size:16}

A.nav3:link {text-decoration:underline}
A.nav3:visited {color:rgb(102,51,51)}
A.nav3:hover {text-decoration:underline; color:green}
A.nav3:active {color:red}

.column	{margin-left:3px;
	margin-right:3px;
	margin-top:0;
	margin-bottom:14px;
	border:0}
.selected {text-decoration:none;
		color:rgb(102,51,51);
		font-family:arial;
		font-weight:bold;
		font-size:14px;
		background-color:yellow}
</style>

</html>