/*
	General Attributes
*/
body {
	background: #fefefe;
	color: #7c7c7c;
	font-size: 24px;
	min-height: 100%;
	letter-spacing: -0.05em;
	padding: 50px;
}

h1, h2 {
	margin-bottom: 5px;
	letter-spacing: -4px;
	font-weight: bold;
}

h1, h2 {
	text-shadow: #ccc 1px 1px 3px;
}

p{
	font-weight: bold;
	letter-spacing: -0.06em;
	width: 600px;
	line-height: 1.68em;
}

/*
	Header
*/
h1 {
	color: red;
}

abbr a {
	color: black;
	text-decoration: none;
}

abbr:hover {
	border-bottom: solid 1px black;
}

h2 abbr span {
	font-size: 30px;
	line-height: 10px;
	display: none;
}

abbr:hover span {
	display: inline;
}

h2.lower span {
	color: #ccc;
}

h2 a {
	text-decoration: none;
	color: inherit;
}

h2 a:hover span {
	color: black;
}

h2 .gray {
	color: #ccc;
}

/*
	Browser
*/
.browser {
	background-color: white;
	padding: 38px 25px 30px 19px;
	width: 562px;
}

.browser .inside {
	height: 301px;
	width: 561px;
	overflow-x: hidden;
	overflow-y: scroll;
}

.browser .inside img {
	width: 550px;
}

/*
	turns out i didn't style the lists
*/
ul li {
	margin: 10px 0px;
}
ul li a {
	text-decoration: none;
	color: #7c7c7c;
	font-weight: bold;
	font-size: 0.9em;'
}