html, body {
	height: 100%;
	Scrollbar-color: Lavender black;
}
body {
	background-color: black ;
	background-image: url("../gif/TobySleeping.gif") ;
	background-repeat: no-repeat;
	background-position: right bottom ;
	background-size: 300px ;
	background-attachment: fixed ;
	color: white ;
	vertical-align: bottom;
}
a:link {
	color: DarkSlateBlue;
	background-color: transparent;
	text-decoration: none;
}
a:visited {
	color: Magenta;
	text-decoration: underline;
	font-weight: bold; 	
}
a:hover {
	color: DarkMagenta;
}
a:active {
	color: DeepPink;
}
.entry {
	background-color: rgba(100 100 100 / 0.5);
	height: 90% ;
	width: 40% ;
	padding: 5px;
	display: inline-block;
	margin: 5px;
	
}
.entrylong {
	background-color: rgba(100 100 100 / 0.5);
	height: 50% ;
	width: 85% ;
	padding: 5px;
	display: inline-block;
	margin: 5px;
	
}
.entrysmall {
	background-color: rgba(100 100 100 / 0.5);
	height: 50% ;
	width: 50% ;
	padding: 5px;
	display: inline-block;
	margin: 5px;
}
.img {
	height: 350px;
}