
body {background-image : url('mojavevista.jpg');
		background-size:cover;
		height:100%;
		width:100%;
		font-family:consolas;
}

.title { font-family:consolas;
			color:black;
	
}

.log { overflow:scroll;
	width:500px;
	height:515px;
	overflow-x:hidden;
	padding:5px;
}

.entry { width:480px;
		height:300px;
		background-color:  rgba(201, 198, 85, 0.2);
		border-style:ridge;
		border-color:rgba(201, 198, 85, 1);
		
}

a { color:rgba(141, 124, 24, 0.8);
		
}
