/* colony.css */

body		{	background-color: rgb(0,0,0);
				background-image: url('space.gif');
				font-family: Tahoma,arial,sans-serif;
				} 

section { background-color: rgba(35,10,1,.9);
			color: rgb(250,220,85);
			width: 1200px;
			margin: 0px auto;
			border-radius: 10px;
			font-size: 1em;
			padding: 0 5px;	}

.button	{ 	width: 78px;
				height: 24px;
				border-radius: 3px;
				border:1px solid black;
				background-color: rgb(85,60,51);	}

				
.input	{	background-color: rgb(185,160,151);
				margin: 0 10px;
				width: 80px;
				text-align: center;
				height: 14px;	}

#ly		{	background-color: rgb(235,210,201);
				height: 14px;
				width: 60px;	}
				
#bl		{	margin-left: 5px;
				background-color: rgb(185,160,151);
				text-align: center;
				height: 14px;
				width: 45px;	}				

table,td,th		{ 	border-collapse: collapse;
					Margin: 20px auto;
					text-align: center;
					padding: 0 2px;
					border: 1px solid rgb(200,170,35);
					color: rgb(250,220,85);	}

			
article,h1			{	text-align: center;	}

