#logo {
	position: relative;
	width: 100px;
	height: 100px;
	color: black;
	background-color: #F7DF1E;
	font-family: Trebuchet MS;
}
#logo:after {
	position: absolute;
	bottom: 0px;
	right: 10px;
	content: "Hahi";
	font-size: 40px;
}
#logo:hover:after {
	content: "JS";
	font-size: 55px;
	color: black;
}
/*
ul {
	list-style: none;
	padding: 0;
}
li {
	float: left;
}
li a {
	padding: 10px;
	display: block;
	color: black;
}
a:hover {
	background-color: #F7DF1E;
}
*/
