
	body {
		background-color: #000000;
		background-image: url('space_bg.png');
		font-family: Courier, Courier New, monospace;
		font-size: Medium;
	}

	#title_block {
		border: 5px outset #CCCCCC;
		background-color: #CCCCCC;
		font-size: x-large;
		font-weight: bold;
		padding: 10px;
	}

	#content {
		margin: 10px;
	}

	#content td {
		padding: 20px;
		vertical-align: top;
	}

	#box {
		margin: 20px;
		border: 8px outset #CCCCCC;
		background-color: #CCCCCC;
		padding: 10px;
	}

	.btn img {
		border: 15px outset #CCCCCC;
		background-color: #CCCCCC;		
	}

	#sub_wide {
		margin-top: 35px;
		text-align: center;
	}

	#sub_wide a {
		color: #FFFFFF;
		font-weight: bold;
	}

	li {
		margin: 20px;
	}
