
<!--

/* Tom Style Sheet */

BODY {
	font-family: Arial, Helvetica, Sans-serif;
	color: #000000;
	background: white;
}

.x-small {
	font-size: x-small;
}

.x-small-indent {
	font-size: x-small;
	text-indent: 2.0cm;
}

.xx-small {
	font-size: xx-small;
}

.xx-large {
	font-size: xx-large;
}

.indent {
	text-indent: 1.0cm;
}


A:link, A:active, A:visited {
	background-color: white;
	color: blue;
	/* font-weight: bold;
	text-decoration: none;  */
}

A:hover {
	background-color: white;
	color: blue;
	text-decoration: underline;
	font-weight: bold;
}

-->

