* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #f6f6f6;
}

h1, h2, h3 {
	color: #333;
	font-family: "Myriad Pro", "Lucida Grande", sans-serif;
}

h1 {
	margin-top: 3%;
	font-size: 300%;
}

h2 {
	margin-top: 1.5em;
}

h1#title {
	margin-left: 10%;
	margin-top: 10%;
	font-size: 500%;
}

ul#main-nav {
	margin-left: 10%;
	font-family: "Myriad Pro", "Lucida Grande", sans-serif;
	list-style: none;
	font-size: 200%;
	color: #999;
}

a:link, a:visited {
	color: #999;
	text-decoration: none;
}

#about a:link, #about a:visited {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #666;
}

#about a:hover {
	color: #999;
}

li:hover ul.sub {
	display: block;
}

ul.sub {
	display: none;
	list-style: square;
	font-size: 70%;
	color: #999;
}

p, #about ul { 
	color: #333;
}

#about {
	margin-left: 5%;
}

#about p {
	width: 35em;
	font-size: 80%;
}

#about h1 {
	margin-bottom: 0.3em;
}

#about h2 {
	font-size: 120%;
	margin-bottom: 0.8em;
}

#about ul {
	list-style: square;
	font-size: 80%;
	margin-left: 1.4em;
}

#about ul li {
	margin-bottom: 0.3em;
}

#about p.largelink {
    font-size: 150%;
    margin-left: 1.5em;
    font-family: Monaco, monospace;
}


