body
{
	color:tan;
	height:100%;
	margin:0;
	padding:5px;
}

a
{
		color:lightblue;
		text-decoration:none;
}

a:hover
{
	background-image:  -moz-linear-gradient(0, #002255, #004488);
	border-radius:10px;
	box-shadow: 1px 1px 3px 3px #002144;
}


#StatusItem
{
	white-space: nowrap;
	border: 1px dotted #003300;
	padding: 1px;
}

#ErrorItem
{
	white-space: nowrap;
	border: 2px dashed #aa0000;
	padding: 1px;
}

#StatusText
{
	color:green;
	font-size:18px;
	font-style:italic;
}

#StatusMessage
{
	color:lightgreen;
	font-size:16px;
}

#ObjectText
{
	color:lightblue;
	font-size:14px;
	font-style:italic;
}

#ErrorText
{
	color:red;
	font-size:18px;
	font-style:italic;
}

#ErrorMessage
{
	color:pink;
	font-size:14px;
}
