
body
{
	font-family:tahoma, arial, helvetica, sans-serif;
	font-weight:bold;
	font-size:small;
	margin:30px;
	padding:5px;
}

.banner
{	
	background: url("../gfx/checker.gif");
	background-repeat:repeat;
	background-position:topleft;
	height:64px;
	text-align:center;
	padding:32px 0 0 0;
	color:#fff;
}

form
{
	border:1px solid #eee;
	text-align:center;
	height:50px;
	padding:20px 0;
}

.results
{
	border:3px solid #eee;
	line-height:1.3em;
	margin:0 auto 0 auto;
	padding:7px;
}

.comment
{
	background:#eee;
}

.disallowed, a
{
	color:#000;
	text-decoration:none;
	background:$fff;
}

a:hover
{
	text-decoration:underline;
	color:#000;
}

.invalid_syntax
{
	color:#f00;
}

.unknown_user_agent
{
	background:#ff0;
}

.user_agent
{
	background:#ccc;
}

.notes
{
	border:1px solid #eee;
	font-weight:normal;
	padding:0 15px 0 15px;
}

.copyright
{
	font-weight:normal;
	font-size:smaller;
	text-align:center;
}

