* {
	margin: 0;
	padding: 0;
}
body, textarea, input {
	font: 62.5%/1.6 Arial, Verdana, Helvetica, sans-serif;
	color:#000;
}

a img { border:0; }	/* stop mozilla putting the stupid blue border on images with links */
a { text-decoration:none; }
.clearfloat {
	font: 1px/1 sans-serif;
	clear:both;
}


a {
	text-decoration: none;
	color:#000;
}

h1 {
	font-family: "Century Gothic", Arial, Verdana, Helvetica, sans-serif;
	font-size: 2.0em;	
}

.hbloc {
	display:none;
}
.page_funcs {
	display:none;
}

p {
	font-size:1.6em;
	margin:1em 0;
}


#footer {
	display:none;
}

ul, ol {
	padding-left:30px;
}
li, th, td {
	font-size:1.6em;
}
td {
	padding-left:15px;
}
dt {
	font-size:1.6em;
	font-weight:bold;
	border-bottom:1px dotted #ccc;
	margin:10px 0;
}
dd {
	font-size:1.6em;
	padding-left:20px;
}
blockquote {
	padding:0 20px;
	font-style: italic;
}

h3 {
	clear:both;
	text-indent:1em;
	font-size:2.0em;
	background-color: #ccc;
	color:#555;
	
}

.screenshot {
	display:block;
	float:left;
	padding:6px;
	margin: 0 10px 10px 0;
	border:6px solid #ccc;
}

.stackform {
	font-size:1.6em;
	color:#000;
	background-color: #ccc;
	border:1px dashed #000;
	padding:10px 20px;
}

.stackform label {
	display:block;
}

.stackform .type_text, .stackform textarea {
	font-size:1em;
	line-height:1.2;
	display:block;
	width:90%;
	border:1px solid #000;
	color:#000;
	background-color: #ddf;
	padding:3px;
}
.stackform .type_text:focus, .stackform textarea:focus {
	color:#000;
	background-color: #ffd;

}

#submit {
	color:#000;
	background-color: transparent;
}

