/* elements */
#outdiv
{
	width: 410px;
	height: 150px;
	overflow: auto;
	border: 1px;
}

#input
{
	width:400px;
}

/* styles */
a:link {
	color: #9C1C1F;
	text-decoration: underline;
}
a:visited {
	color: #9C1C1F;
	text-decoration: underline;
}
a:hover {
	color: #9C1C1F;
	text-decoration: underline;
}
a:active 
{
	color: #9C1C1F;
	text-decoration: underline;
}

span.engineName
{
	font-weight: bold;
	color:#9C1C1F;
}
span.engineText
{
	color: black;
}

span.agentName
{
	font-weight: bold;
	color:#9C1C1F;
}
span.agentText
{
	color: black;
}

span.systemName
{
	font-weight: bold;
	display: none;
	color:#9C1C1F;
}
span.systemText
{
	font-weight: bold;
	color: gray;
}

span.userName
{
	font-weight: bold;
	color: black;
}
span.userText
{
	color: black;
}

