BODY {
	color: #EEDC82;
	BACKGROUND-ATTACHMENT: fixed;
	font-size: 12pt;
	line-height: 12pt;
	font-family: Courier;
	text-decoration: none;
}

p {
	color: grey;
	BACKGROUND-ATTACHMENT: fixed;
	font-size: 14pt;
	line-height: 14pt;
	font-family: Courier;
	text-decoration: none;
}
.link {
    color: grey;
	font-size: 10pt;
	line-height: 10pt;
	cursor: hand;
	text-decoration: underline;
	font-weight: bold;
	font-family: Courier;
	font-style: normal;
}

.link:hover {
    color: dimgrey;
	font-size: 10pt;
	line-height: 10pt;
	font-family: Courier;
	text-decoration: normal;
	font-weight: bold;
	font-style: normal;
}
