* {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 1em;
}

#container {
	width: 380px;
	margin: center;
	text-align: right;
	margin-bottom: 0px;
}




h1 {
	margin-bottom: 50px;
}

h2 {
	font-size: 2em;
	letter-spacing: -0.05em;
	line-height: 0.8em;
	font-weight: bold;
	color: #CCCCCC;
	margin-top: 1em;
}

p {
	margin-top: 1em;
}

ul {
	list-style: square;
	margin: 1em;
}

li a {
	color: #CCCCCC;
	text-decoration: none;
	outline: none;
}