@charset "utf-8";

html, body {
  margin: 0px;
  padding: 0px;
  border: 0px;
  color: #62392e;
  background: #ccffcc;
  
}

html, body, p, td, li {
  font-size: 10pt;
  font-family: verdana, helvetica, sans-serif;
  line-height: 20px;
}

img
{  border-style: none;
}

A:link, A:visited, A:active {
	color:#d06966;
	text-decoration:none;
	font-variant: small-caps
}

A:hover {
	color:#efe7c7;
	font-variant: small-caps;
}



h1 { text-align: right;
	color: #62392e;
	font-family: century gothic;
	font-size: 15pt;
	font-weight: normal
	text-transform: lowercase;
	line-height: 11px;
	letter-spacing: 3pt;
 }


p:first-letter { color: #d06966;
			font-size: 15pt;
}


.navi { text-align: right;
	color: #d06966;
	font-family: century gothic;
	font-size: 10pt;
	font-weight: normal
 }


.navi A:link, .navi A:visited, .navi A:active {
	color:#d06966;
	text-decoration:none;
	font-size: 10pt;
	font-family: century gothic;
	text-transform: uppercase;
	letter-spacing: 3pt;

}

.navi A:hover {
	color:#efe7c7;
}


.endnote { text-align: center;
	color: #62392e;
	font-family: verdana;
	font-size: 8pt;
	font-weight: normal
 }

br {
	line-height: 11px;
}




