/* $Id: screen.css,v 1.1 2007/02/25 11:31:00 bryan Exp $ */

BODY
{	color:			#000000;
	background-image:	url(bg.jpg);
	background-color:	#E0FFE0;
	margin-left:		15px;
	margin-right:		15px;
	margin-top:		15px;
	margin-bottom:		15px;
}

HR
{	height:			6px;
	width:			100%;
	border:			solid 3px #7F8F7F;
}
