<html>
<head>
<title>Head First Lounge</title>
<style type="text/css">
body {
background-color: #A2CD5A;
margin-left: 10%;
margin-right: 10%;
border: 1px dotted gray
padding: 10px 10px 10px 10px
}
#juice {
border-width: thin;
border-style: solid;
border-color: #007e7e;
background-color: #BA55D3;
}
</style>
</head>
<body>
<div id = "juice">
<h1>Welcome to the New and Improved Head First Lounge</h1>
<img src="image/juice.jpg" alt="A cup of rich juices is like a wonderful life.">
<p>
Join us any evening for refreshing elixirs<a target="_blank" href="classfy/classfyjuice.html">classify elixirs</a>, conversation and maybe a game or two of Dance Dance Revolution. Wireless access is always provided; BYOWS(Bring your own web server).
</p>
<h2><a id="Index">Directions</a></h2>
<p>
You'll find us right in the center of downtown Webville.If you need help finding us, check out our details directions.Come join us!You can search the information to <a target="_blank" href="https://www.baidu.com">baidu</a>
</p>
</div>
</body>
</html>