body	{
	font-family: Verdana, Trebuchet MS, sans-serif;
	font-size: 13px;
	color: black;
	margin: 0;
	background-image: url("santa-fe-stucco.bmp");
	background-repeat: repeat;
	}

a	{
	text-decoration: none;
	}

a:link	{
	color: navy;
	}

a:visited {
	color: navy;
	}

a:hover {
	color: maroon;
	text-decoration: underline;
	}

a:active {
	color: maroon;
	}

	/* redundant selectors for Netscape 4 */
div, p, li {
    	font-family: Verdana, Trebuchet MS, sans-serif;
	font-size: 13px;
    	}

div.container {
	width: 100%;
	margin: 0;
	}

div.header {
	clear: left;
	}

div.footer {
	padding: 0.2em 0.5em 0.5em 0.5em;
	color: white;
	background-color: gray;
	clear: left;
	font-size: 11px;
	font-weight: bold;
	}

	/* division for column */
div.left {
	padding: 0 1em 1em 1em;
	margin: 1em 0 0 0;
	}

h4 	{
	font-size: 13px;
	margin:	0;
	}

h3	{
	font-size: 15px;
	margin:	0;
	}

img.top	{
	border: 0;
	}

ul.none	{
	list-style-type: none;
	}

	/* top right bottom left */
li	{
	margin: .5em 0 .5em 0;
	}

li.large {
	margin: .5em 0 .5em 0;
	font-size: 16px;
	}

li.space {
	margin: .5em 0 1em 0;
	font-size: 16px;
	font-weight: bold;
	}

	/* selector for help sheet title */
p.title	{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	}

p.small {
	font-size: 11px;
	}
	
p.center {
	font-size: 16px;
	text-align: center;
	}
