/* TYPOGRAPHY */
body, h1, h2, h3, h4, h5, h6, p, a {
	color: #b3b3b3;
	font-weight: bold;
	font-size: 14px;
	font-family: helvetica, arial, tahoma, verdana, sans-serif;
}

h1	{
	margin-top: 2px;
	margin-bottom: 4px;
	font-size: 20px;
	border-bottom: 1px dotted #7f7f7f;
}

h2 {
	margin-top: 0px;
	margin-bottom: 12px;
	font-size: 14px;
	line-height: 16px;
}

body {
	background-color="#292929";
}

ul {
	list-style-type: none;
	padding-left: 10px;
	margin-left: 0;
	line-height: 1.5;
}

img {
	border: 1px solid #b3b3b3;
	margin-top: 10px;
	margin-bottom: 10px;
}

a:link {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}