* {
  margin: 0px;
  padding: 0px;
}

html {
  background: #222;
}

body {
  font-family: Georgia;
  font-size: 14px;
  line-height: 18px;
  width: 400px;
  margin: 50px auto;
  color: #dedede;
}

a {
	color: #009966;	
	text-decoration: none;
}

a,
a:hover,
a:active,
a:visited {
  outline: 0px;
}

a:hover {
	color: #fff;
}

img {
  outline: 0px;
  border: 0px;
}


#logo {
	display: block;
	margin-bottom: 30px;
	font-size: 80px;
	text-align: center;
	color: #000;
}

#menu {
	overflow: hidden;
	margin-bottom: 50px;
	border-bottom: 3px solid #dedede;
	padding-bottom: 10px;
	text-align: center;
}
#menu li {
	display: inline-block;
	margin: 0px 15px;
	list-style: none; 
}
#menu a.active {
	text-decoration: line-through;	
}

li {
	list-style: none;
}

h1 {
	font-size:22px;
	font-family: Helvetica;
	margin-bottom: 10px;
	border-bottom: 3px solid #555;
	padding: 20px 0 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #dedede;
	text-align: center;
}

h2 {
	font-size: 22px;
	padding: 0 0 15px;
	color: #dedede;
}

p {
	padding-bottom: 10px;
}

#content {
	margin-bottom: 10px;
	border-bottom: 3px solid #555;
	padding-bottom: 50px;
	line-height: 22px;
}

#footer {
	text-align: center;
	font-size: 11px;
	color: #999;
}
	}
}