body {
	font-family: "Courier New", Courier, monospace;
	text-align: left;
}

div.outer {
	width: 500px;
	margin: auto;
}

div.upper {
	width: 476px;
	margin: auto;
	}

div.lower {
	width: 476px;
	margin: auto;
	
	color: #3c7e31;
	font-size: 16px;
	font-weight: bold;
	text-align: right;
}

img.link {
	border: none;
	outline: none;
}

.notinuse {
	outline-style : none;
	
	border: 3px solid blue;
    
	color: #4f271c;
}


