/*##########Ethernet0's Internet Webpage##########*/
/*##########Version IV  ~ 2024 site edit##########*/
/*##########The bestest unfinished site!##########*/
/*##########A site unfinished since 2017##########*/
/*##########HTML/CSS IS A REAL LANGUAGE!##########*/
html {
	margin: 0;
	padding: 0;
	}
body { 
	font: 75%  'Courier New', monospace;
	line-height: 1.88889;
	color: #555753; 
	background: #fff0 url(https://ethernet0.pages.dev/index-background.jpg) no-repeat top center; 
	background-size: 100%;
	margin: 10; 
	padding: 10;
	}
.topbar {
	background-color: #fff0;
	opacity: 0.8;
	overflow: hidden;
}
.topbar a {
	float: left;
	color: #ffd700;
	text-align: center;
	text-overflow: initial;
	text-shadow: #555753;
	text-decoration: none;
	padding: 15px 15px;
	font-size: larger;
	opacity: 100%;
}
.topbar a:hover {
	background-color: #ffd700;
	color: #fff0;
}
.topbar a:active {
	background-color: #ffd700;
	color: #fff0;
	font-size: large;
	opacity: 100%;
}
p { 
	margin-top: 0; 
	text-align: justify;
	}