	* {
		margin: 0;
		padding: 0;
	}
	
	body {
		background: #2f2f2f;
		color: white;
		font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Verdana,Arial,sans-serif;
		line-height: 120%;
	}
	
	#wrapper {
		width: 50%;
		margin: 20px auto;
	}
	
	.dfn {
		margin-bottom: 5px;
		color: #999999;
		padding-left: 25px;
	}
	
	ul {
		list-style-type: none;
	}

	h1 {
		margin: 50px 0;
		font-weight: normal;
		font-size:2.25em;
	}
	h1 a, h1 a:visited {
		border: none;
	}
	
	h2 {
		margin: 35px 0 10px;
		line-height: 150%;
		font-weight: normal;
		font-size:1.5em;
	}
	
	a, a:visited {
		color: #7492c5;
		text-decoration: none;
		border-bottom: #7492c5 1px dashed;
	}
	
	.pack {
		margin-top: 10px;
	}
	
	.pack a {
		font-size: 150%;
		border: 0;
		position: relative;
	}
	
	p.help {
		font-size: 80%;
		color: #999999;
	}