body {
	font-size: 10px;
	margin: 0;
	padding: 0;
	color: #000000;
	font-family: verdana, sans-serif;
	background-image: url('bgimg.png');
}


a {
	text-decoration: none;
}


a:hover {
	text-decoration: none;
}


h1, h2 {
	margin: 0;
	padding: 0;
}


h1 {
	display: none;
}


h2 {
	display: inline;
	font-size: 1.7em;
	font-weight: bold;
	color: #808080;
}


input {
	border: 1px #808080 solid;
}


#wrapper {
	border: 0px #80f080 solid;
	margin-top: 70px;
	text-align: center;
}

/*
//categories
*/

#categories {
	border: 0px #808080 solid;
	margin-bottom: 0.2em;
}


.category {
	border: 0px #808080 solid;
	margin-right: 0.5em;
	font-size: 1.2em;
	font-weight: bold;
	color: #b0b0b0;
}

.category:hover {
	text-decoration: none;
	color: #606060;
}


/*
//stripe
*/

#stripe {
	border: 1px #808080 solid;
	border-width: 1px 0 1px 0;
	background-color: #e2e2e2;
}


#item_wrapper {
	border: 0px #808080 solid;
	margin: auto;
	margin-top: 0.2em;
	margin-bottom: 0.4em;
	width: 70em;
}


.item {
	border: 0px #a0a0a0 solid;
	white-space: nowrap;
	margin-right: 12px;
	padding-top: 2px;
	vertical-align: middle;
	color: #808080;
}


.item:hover {
	color: #404040;
}


/*
//info
*/

#info {
	border: 1px #e2e2e2 solid;
	border-width: 0 0 1px 0;
	padding-top: 4px;
	font-weight: bold;
	text-align: center;
	height: 18px;
}


#string {
	width: 120px;
}


#aught {
	width: 30px;
}


#submit {
	visibility: hidden;
}


/*
//wordlist
*/

#wordlist {
	padding-top: 4px;
	padding-left: 6px;
	padding-right: 6px;
	text-align: left;
	color: #808080;
}


.google {
	text-decoration: none;
	color: #808080;
}


.google:hover {
	color: #000000;
}
