/* body */
body {
	margin: 20px auto;
/*	width: 1100px; */
	width: 96%;
	float: right; 

	background-color: #ffffff;
	color: #000000;
	font: 14px "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", sans-serif;

}

/* links */
a:link {
	color: #000000;
	text-decoration: underline;
	background: #f0f0f0;

}

a:visited {
	color: 000000;
	text-decoration: underline;
	background: #f0f0f0;

}

a:hover {
	color: #606060;
	text-decoration: underline;
	background: #f0f0f0;
}
	
a:active {
	color: #606060;
	text-decoration: underline;
	background: #f0f0f0;
}

* html code	{
	font-size: 101%;
}

* html pre {
	font-size: 101%;
}

/* code */

pre, code {
	font: 12px Monaco, "Courier New", Courier, "Nimbus Mono L", monospace;

}

pre {
	margin-top: 5px;
	margin-bottom: 10px;
	border: 1px solid #e0e0e0;
	background: #f0f0f0;
	margin: 20px 0;
	padding: 8px;
	text-align: left;
}

hr {
	color: #f0f0f0;
	size: 1;
	width: 100%;
	noshade: "noshade"
}

/* headers */


h1, h2, h3, h4, h5, h6 {
        font-family: "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans",sans-serif;
/*	font-weight: bold; */
}

h1	{
	margin-top: 1em;
	margin-bottom: 25px;
	color: #000000;
	font-weight: bold;
	font-size: 25px;
}
h2	{
	margin-top: 2.5em;
	font-size: 22px;
	color: #000000;
	padding-bottom: 2px;
	border-bottom: 1px solid #808080;
}
h3	{
	margin-top: 2em;
	margin-bottom: .5em;
	font-size: 18px;
	color: #000000;
	font-weight: bold;

}
h4	{
	margin-top: 2em;
	margin-bottom: .5em;
	font-size: 15px;
	color: #000000;
	font-weight: normal;

}
h5	{
	margin-top: 20px;
	margin-bottom: .5em;
	padding: 0;
	font-size: 12px;
	color: #000000;
}

h6	{
	margin-top: 20px;
	margin-bottom: .5em;
	padding: 0;
	font-size: 10px;
	color: #000000;
}

p {
    margin-top: 0px;
    margin-bottom: 10px;
}

