body {
	font-size : 12px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : normal;
}

img {
	border-style: none;
}

a:link {color: #000000; text-decoration: underline; }
a:active {color: #0000ff; text-decoration: underline; }
a:visited {color: #008000; text-decoration: underline; }
a:hover {color: #ff0000; text-decoration: none; }

.header {
	position: absolute;
	top: 0px;
	left: 0px;
}

#menu {
	position: absolute;
	top: 60px;
	left: 10px;
	z-index: 2;
}

.dicspace {
	position: absolute;
	top: 95px;
	left: 0px;
	width: 875px;
	height: 400px;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1;
	background-image: url(../img/bg.jpg);
}

.word {
	font-size : 18px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
}

.wordgen {
	font-size : 14px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : normal;
}

.wordex {
	font-size : 16px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
}

.wordexbed {
	font-size : 16px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : normal;
}

.examples {
	font-size : 15px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style : italic;
}

input.first, textarea.first, select.first {
	border : 1px solid Black;
	background-color : #EEEEEE;
	color : #0E1930;
	font-size : 12px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	height: 2em;
	width: 125px;
}