/* @override http://localhost/instaproofs/css/privacy.css */
body{
	background-color: #000;
	color: #fff;
	font-family: "helvetica neue", arial, sans-serif;
	width: 900px;
	margin: 0 auto;
	line-height: 1.4em;
}
#col1, #col2{
	width: 350px;
	float: left;
	margin-right: 2em;
}
a{
	color: #ff4c4c;
}
li, ul{
	margin: 0;
	padding: 0;
	list-style-position: inside;
}
h1{
	font-weight: normal;
}
h2{
	font-weight: normal;
}

h3, p{
	margin: 1em 0;
}

li{
	list-style: ;
	list-style-type: disc;
}

#primary_content{
	margin: 0 50px;
}
