/* --- MAIN BODY --- */

body {
	height:auto;
	padding:0;
	margin:0;
	background:#99cc66;
	font-family: Times New Roman, Times, serif;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #990033;
}
h1 {
	font-size: 1em;
	line-height: 1;
	margin-bottom: 0.5em;
	font-family: Courier New, Courier, mono-space;
	font-weight: bold;
}
h2 {
	font-size: 1em;
	margin-bottom: 0.75em;
}
q {
	font-style: italic;
	font-size: 0.8em;
	behavior:url(fixQuotes_en.htc);
}
q q {
	font-style: italic;
	font-size: 1em;
}
.mono {
	font-family: monospace;
}
a {
	color:#cc0000;
	text-decoration:none;
}
#holder {
	margin: 0 auto;
	padding: 0px 0;
	width:1000px;
	left:50%;
	background:#ffffcc;
}
#intro {
	font-family: Helvetica, Arial, sans-serif;
	margin:40px 0px 0px 0px;
	padding: 40px 40px 0px 40px;
}
#text {
	padding: 20px 40px 40px 40px;
}
p {
	font-size: 1em;
	line-height: 1;
	margin-bottom: 0.75em;
}
hr {
	border: none 0;
	border-top: 2px dotted #99cc66;/*the border*/
	height: 1px;
}
