html {
	overflow-x: hidden;
	overflow-y: auto;
}

body {
	margin-right: 27px;
	margin-bottom: 3px;
	background-color: #FFFFF5;
	margin-left: 13px;
	font: Verdana, Arial, Helvetica, sans-serif;
}

p { 
	text-indent: 2em; 
	margin-top: 0px; 
	margin-bottom: 17px; 
	font: 12pt serif;
}

pre {
	font-size: 14px;
	padding: 1em;
	border: 1px dashed #666666;
	color: Black;
	background-color: #d4cfcb;
	overflow: auto;
	width: 725px; 
	margin-left: 30px;
	line-height:18px;
}

li {
	padding: 0.3em;
}

h1 { 
	margin: -7px -4px 0.5em; 
	padding: 15px 0 5px; 
	text-align: right; 
	background:none; 
	color: #667; 
	letter-spacing: 0.5em; 
	font: bold 25px sans-serif; 
	height: 28px; 
	vertical-align: middle; 
	white-space: nowrap;
}

h2 {
	padding: 15px 0 5px; 
	text-align: left; 
	background:none; 
	color: #667; 
	letter-spacing: 0.2em; 
	font: bold 25px sans-serif; 
	height: 18px; 
	vertical-align: middle; 
	white-space: nowrap;
}

h3 { 
	color: #667; 
}

h4 { 
	color: #667; 
}

a:active {

}

a:hover {
	background-color: #fff58f;
}

a:link {
	color: #444999;
	font: bold 15px sans-serif;
	text-decoration: none;
	letter-spacing: 0.03em; 
}

a:visited {
	color: #444999;
	font: bold 15px sans-serif;
	text-decoration: none;
	letter-spacing: 0.03em; 
}

hr {
	height: '15'; 
	text-align: 'left'; 
	color: '#FF0000'; 
	width: '100%'; 
	margin-left:10px;
}

.note{
	background-color: #f2f5fc;
	padding-bottom: 1em;
	border: 1px #cce solid;
	margin-top: 1em;
	font-size:14px;
	font:Verdana, Arial, Helvetica, sans-serif;
	margin-left: 12px;
}

.note h3 {
	background-color: #e3eaf9;
	color: #339;
	padding: 0.25em 1em;
	border-bottom: 2px white solid;
	margin-top: 0;
}

.note p {
	padding: 0 1em;
}

.note a:link {
	color: #444999;
	font: bold 16px Arial, sans-serif;
	letter-spacing: 0.25em; 
}

.note a:visited {
	color: #444999;
	font: bold 16px Arial, sans-serif;
	text-decoration: none;
	letter-spacing: 0.25em; 
}

.note a:hover {
	letter-spacing: 0.25em; 
	background-color: #e3eaf9;
}

.notcolorful a:hover {
	background-color: #FFFFF5;
}

.bottom_links a:hover{
	background-color: #FFFFF5;
}

.bottom_links a:visited {
	color: #000000;
	text-decoration:none;
	font: 12px Arial,sans-serif;
	letter-spacing:0em;
}

.bottom_links a:link {
	color: #000000;
	text-decoration:none;
	font: 12px Arial,sans-serif;
	letter-spacing:0em;
}
