/* Style Sheet 	

	<title>styling_css</title>
	<style type="text/css">

*/

body {
	font-family: Verdana, Helvetica, Arial, Sans-serif;
	background-color: #66ccff;
}

#head {
	background-color: #66ccff;
	}

#navi, #header, #head, #tagline, #content{
	border: none;
}

#navi, #content {
	position: absolute;
}

#header {
  text-align: center;
  width: 450px;
  margin-left: auto;
  margin-right: auto;
}

#head {
  text-align: center;
}

#tagline {
  text-align: center;
  color: red;
}

#content {
	margin: 10px;
	top: 250px;
}

#navi ul {
	list-style-type: none;
	list-style-image: url(favicon.gif);
}

#navi {
	padding: 1px;
    width: 150px;
	height: 200px;
	top: 10px;
}

a:link {
  text-decoration: none;
  color: black;
}
a:visited {
	text-decoration: none;
	text-shadow: gray;
	color: black;
}
a:hover {
  font-weight: bolder;
  text-transform: uppercase;
  }
