body
  {
	background: #4E5706 ;
	color: #000;
	font-size: 16pt ;
	font-family: "Lucida Sans Unicode", Tahoma, Arial, sans-serif;
	text-align: center;
		background-attachment: fixed;
		background-image: url(bg2.gif) ;
		background-repeat: repeat-x;
		background-position: 0em 0em;

  	}
H1
   {
	   font-size: 48pt;}
H2
   {
	   font-size: 24pt;
	   margin-bottom: 3px;}


ol, ul {
	margin: 1.2em 0 1.2em 2.4em;
	padding: 0;
	font-size: 1em;
	line-height: 1.5em;
}

a {
	text-decoration: none;
}
a:link {
	color: #C86C00;
}
a:visited, a:active {
	color: #B26A16;
}
blockquote {
	margin: 0 20px;
	padding: 0 20px;
	border-left: 4px solid #4E5706;
	font-size: 0.92em;
}
code {
	color: #333;
	font-family: monospace;
}
input, textarea, select {
	background-color: #FFF;
	border: 1px solid #4E5706;
	color: #000;
	font: 1em "Lucida Sans Unicode", Tahoma, Arial, sans-serif;
}

