body

{
	font-family:'MON3 Anonta 1';
	margin:25px;
	font-size:14px;
	background:#9CC;
}

#topbar
{
	background:#F69;
	text-align:center;
	font-size:21px;
}

#leftbar
{
	background:url(images/bg.png);
	width:210px;
	height:470px;
	float:left;
	text-align:justify;
	font-size:13px;
	padding:5px 0 0 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	clear: left;
}

a {
	color:#C00;
}
a:link {
	text-decoration: none;
	color:#C00;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color:#C00;
}

#q
{
	background:#FC6 url(images/search.png) no-repeat;
	background-position: 4px 3px;
	color:#00F;
	padding:0 0 0 25px;
	-moz-border-radius: .4em;
	-webkit-border-radius: .4em;
	border-radius: .4em;
	height:28px;
	width:183px;
	float:left;
	font-family:'MON3 Anonta 1';
	font-size:14px;	
}

#result
{
	background:none;
	padding:0 10px 10px 10px;
	margin:0 0 0 215px;
	color:#000;
	-moz-border-radius: .8em;
	-webkit-border-radius: .8em;
	border-radius: .8em;
	font-size:14px;
	line-height:25px;
	font-family:'MON3 Anonta 1';
}

.word
{
color:#00F;
}
textarea
{
font-family:'MON3 Anonta 1' !important;
}
