html, body {
 	height:100%;
	margin:20px;
	padding:0;
}

body {
	font-family: sans-serif;
	font-size: 1em;
}

h1,h2,h3 {
	clear:both;
}

h1 {
	font-size: 1.6em;
}

h2 {
	font-size: 1.4em;
	font-weight: normal;
}

h3 {
	font-size: 1.2em;
	font-weight: normal;
}

hr {
	display:none;
}

em {
	font-style: italic;
}

q {
	font-style: italic;
	font-family: serif;
	padding-left: 30px;
	display: block;
}

a {
	text-decoration: underline;
}
/*
a[href]:after {
	content: " ["attr(href)"]";
}

img {
	display: none;
}
*/

ul {
	list-style-type: none;
}

ul.normal {
	list-style-type: circle;
}

dt {
	font-style: italic;
}

dt a {
	font-style: normal;
}

dd {
	padding-top: 5px;
	padding-bottom:10px;
}

table.dl {
	border: none;
}

table.mail {
	width: 80%;
}

table.dl tr, table.dl td {
	vertical-align: top;
	padding-right: 15px;
	padding-bottom: 1.1em;
}

input[type='text'], select, textarea {
	border: 1px solid rgb(163,172,190);
	background-color: rgb(245,245,255);
	font-family: Verdana, sans-serif;
	width:60%;
}

textarea {width:100%;font-size:90%;}

input[type='submit'] {
	background-color: rgb(225,225,255);
	border: 1px solid rgb(163,172,190);
	font-family: Verdana, sans-serif;
	font-size: 90%;
	cursor:pointer;
}

#head {
	display:none;
}

#menu {
	display:none;
}

#custom, #custombg {
	display:none;
}

#content {
	width:100%;
}

#content h2 a {
	display:none;
}

#end {
	color: rgb(190,190,200);
	font-size: 10px;
	width: 100%;
	text-align: center;
}

.small {
	font-size: 80%;
	color: rgb(50,50,50);
}

.left {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

.right {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}

.hint, acronym {
	border-bottom: 1px dashed  #FF9900;
	cursor: help;
}

.block {
	border: 1px solid rgb(163,172,190);
	padding:0;
	margin-right: auto;
	width: 80%;
}

.code em {
	color: rgb(100,100,100);
	font-size: 90%;
}

.code {
	padding: 5px;
}

.listing {
	border-bottom: 1px dotted rgb(163,172,190);
	font-size:90%;
	font-weight:bold;
	background-color: #f3f3f3;
	padding: 2px;
	margin: 0;
}

.code em>code, .listing>code {
	font-size: 120%;
}

.error {
	color:rgb(255,155,25);
}