<style>
	<!--
	nada {}

	body {
		background-color: white;
		margin-right: 20pt;
		margin-left: 20pt;
	}

	.container {
		width: 90%;
		margin: 10px auto;
		border-width: 1px;
		border-color: black;
		border-style: solid;
	}

	.content {
		padding: 6px;
	}

	h1 {
		font-family : helvetica, arial, sans-serif;
		font-size : 130%;
	}

	h2 {
		font-family : helvetica, arial, sans-serif;
		font-size : 110%;
	}

	tr {vertical-align: top;}

	a:link {text-decoration: none;}
	a:visited {text-decoration: none;}
	a:hover {text-decoration: underline;}

	.nav {
		color: white;
	}
	.content a:link {color: #660033;}
	.content a:visited {color: #660033;}

	.top {
		background-color: #810541;	/* #9999ff; */
		color: white;
		margin:0px;
		padding-top: 5px;
		padding-bottom: 5px;
		padding-left: 10px;
		/* display: inline; */
	}
	.tab_td_sitenav {
		background-color: #810541;	/* #33ff33; */	/* #eeff33; */
		color: white;
	}
	.tab1 {
		background-color: white;
	}
	.success {font-size: larger;}
	.err {color: red; font-size: larger; }
	// -->
</style>

