html {
	background: #f1f1f1 url("img/pattern.gif");
	color: #000;
	padding: 1em 0;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 100.01%;
	line-height: 1.5;
	margin: 0 auto;
	width: 90%;
	background: #fff;
	color: #000;
	padding: 1em;
	border: 3px double;
}

a:link, a:visited {
	color: #00c;
	background: transparent;
}
a:hover {
	color: #00f;
	background: transparent;
}
a:focus {
	outline-style: none;
}

acronym {
	border-bottom: 1px dashed;
	cursor: help;
}

h1, h2, h3, h4, h5, h6 {
	line-height: normal;
}

h1 {
	margin-top: 0;
	margin-bottom: 0;
}

h1, h2 {
text-align: center;
text-transform: uppercase;
margin-bottom: 0;
}


dd {
	margin-left: 0;
}

dt {font-weight: bold}

acronym {
	font-variant: small-caps;
	border-bottom: 1px dashed #000;
	cursor: help;
}


code {
	font: 1em Courier, monospace;
}

blockquote  {
margin-bottom: 0;
border: 2px dotted #999;
margin-top: 0;
padding-left: 2.5em;
padding-right: 1em;
}


/* Styles for special sections */



.hide {
	position: absolute;
	top: -1000em;
}

div.browsers {
	margin: 0;
	width: 100%;
	background: transparent url("img/browsers.gif") no-repeat 100% 50%;
}

#toc {
	font-size: 150%;
	margin-right: 150px;
}

li.none {
	display: block;
	color: #fff;
}

.schema {
	margin: 0.5em 0 0.5em 0;
	padding: 0.5em;
	border: 1px solid;
	list-style-type: none;
	font-weight: bold;
}

.ind1 {
	padding-left: 1.5em;
}

/* Wide images */

img.wide {
	display: block;
	width: 100%;
}




