/*

	OtherSheep.css
	
	Style Sheet for Other Sheep
	
	C K Pratt 11 Jun 2010
	
*/

body {
	font-family:	monospace;
	font-size:		large;
	color:			#00ff00;
	background-image: 	url('images/matrix-animated-image.gif');
	
}

#all {
	width:			auto;
	margin-left:	50px;
	margin-right:	50px;
	margin-top:		20px;
	margin-bottom:	20px;
}

#input {
	width:			140px;
	float:			right;
	text-align:		center;
	padding-top:	0px;
}

#title {
	width:			auto;
	text-align:		center;
	margin:			20px;
}

#output {
	height:			500px;
	width:			auto;
	background-color:	black;
	margin-right:	180px;
	
	
}

#footer {
	height:			60px;
	width:			auto;
	padding:		0px 10px 10px 10px;
	margin:			30px 0px 20px 0px;
}

.term {
	border:			outset medium #c0c0c0;
	
	background-color:	black;
	padding-top:		0px;
}

.center {
	text-align:		center;
}

a {
	color:			#00ff00;
	text-decoration:	none;
}

a:hover {
	color:			#ff0000;
}
	
