@charset "UTF-8";
/* CSS Document */
body{
	position:relative;
	top:90px;
	padding-left:10px;
	background:#333;
	font-family: “Helvetica Neue”, Helvetica, Arial, sans-serif;
	font-size:17px;
	color:#666;
	line-height:18px;
	width:700px;}

#bombastic{
	font-size:140px;
	line-height:150px;
	font-weight:bold;
	color:#0F0;
	letter-spacing:-5px}
	
body a{
	color:#0F0;
}
	