/* GLOBAL */
* {
	margin:0;
	padding:0;
}
body {
	text-align:center;
	margin-left:0px;
	margin-right:0px;
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 20px 0;
}
img {
	border: 0;
}
/* TYPOGRAPHY */
body, h1, h2, h3, h4, h5, h6, p, a {
	background-color:inherit;
	color: #b3b3b3;
	font-size: 12px;
	font-family: Times New Roman;
}
/* LINKS */
a, a:link, a:hover {
	text-decoration:underline;
	cursor:pointer;
	font-size: 12px;
}
a:link a:visited a:hover, a:active {
	text-decoration:none;
	font-size: 12px;
}
