body {
	background: #807C73;
	font-size: 10pt;
	font-family: Verdana;
	color: #FFF8E6;
	}

.holding {
	padding: 2em;
	border: #FFF8E6 1px dashed;
	margin: 10em;
	}

h2 {
	font-size: 16pt;
	font-style: italic;
	padding: 6px;
	border: #FFF8E6 1px dashed;
	}

h3 {
	font-size: 12pt;
	font-weight: bold;
	}

b {
	font-weight: bolder;
}

a {
	text-decoration: underline;
	color: #BFA660;
	}

a:visited {
	color: #E6DFCF;
	}

a:hover {
	color: #000000;
	background: #FFF8E6;
	text-decoration: none;
	}


