div#meaning {
	font-family: monospace;
}

h1 a {
	margin: 0 auto;
	display: block;
	width: 420px;
	height: 250px;
	text-indent: -5000px;
	background-image: url(/images/definrbot.png);
	background-position: top center;
	background-repeat: no-repeat;
}

#page {
	border-top: 50px solid #fff;
	width: 600px;
	margin: 0 auto;
}

#define {
	text-align: center;
	font-size: 125%;
}

#define input {
	font-size: 125%;
}

#word {
	font-size: 125%;
	width: 10em;
}

#meaning {
	width: 45em;
	margin: 0 auto;
	padding-top: 15px; /* space for loading.gif */
}

#meaning.ajax_loading {
	background-image: url(/images/loading.gif);
	background-position: top center;
	background-repeat: no-repeat;
}

#globs {
	font-size: small;
	text-align: center;
}

#welcome_message {
	display: block;
	margin: 0 auto;
}

#micromenu {
        text-align: center;
        color: #888;
}
#micromenu a {
        color: #888;
}
.linethrough {
        text-decoration: line-through;
}

body {
  font-family: Arial, helvetica, sans-serif;
}

h1, h2, h3, h4 {
  color: #666;
  font-family: Georgia, "Timew New Roman", Times, serif;
}

th {
  text-align: left;
}

