body {
	background-color: #DEDECA;
	/* bgcolor="#008000" */
}

h1 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size:22px;
	color: #8080FF;
	font-variant: small-caps;
	font-weight: bold;
}

h2 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size:18px;
	color: #8080FF;
	font-variant: small-caps;
	font-weight: bold;
}

h3 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size:14px;
	color: #8080FF;
	font-variant: small-caps;
	font-weight: normal;
	display: list-item;
}

a {
	color: #8080FF;
}

p {
	font-family: sans-serif;
	font-size: 13px;
	line-height: 1.75em;
	color : #E5E5E5;
	/* letter-spacing: 0.075em; */
	border-bottom: 2px;
	/* border-bottom: 1px dashed silver; */
}

.psep {
	border-bottom: 1px dashed silver;
}

td {
	font-family: sans-serif;
	font-size: 13px;
	line-height: 1.75em;
	color : #E5E5E5;
}



