body {
	padding: 0;  /*Gets rid of the automatic padding*/
	margin: 0;	/*	on HTML documents */
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light","Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #363636;
	line-height: 1.5em;
	-webkit-font-smoothing: antialiased;
  	font-smooth: always;
}

a {
	color:#00AF77;
	text-decoration: none;
}

a:hover {
	color:#ffde17;

}


/* subhed styles */

h1{
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light","Helvetica Neue", Helvetica, Arial, sans-serif;
  	-webkit-font-smoothing: antialiased;
  	font-smooth: always;
  	font-weight: 100;	
  	font-size: 3em;
	padding: 1% 0 1% 0;
	text-align:left;

}

h2{
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light","Helvetica Neue", Helvetica, Arial, sans-serif;
  	-webkit-font-smoothing: antialiased;
  	font-smooth: always;
  	font-weight: 100;
	font-size: 2em;
	padding: 1% 0 1% 0;
	text-align:left;


}

h3{
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light","Helvetica Neue", Helvetica, Arial, sans-serif;
  	-webkit-font-smoothing: antialiased;
  	font-smooth: always;
  	font-weight: 100;
	font-size: 1.2em;
	padding: 1% 0 1% 1%;
	text-align:left;
	background-color: #ccc;
	-moz-border-radius: 5px;
	border-radius: 5px;

}

/*Other Styles*/

code {
	color: #303030;
	font-family: monospace;
	font-size: 14px;
	border: 1px solid #ddd;
	background-color: #f8f8f8;
	border-radius: 3px;
	max-width: 100%;
	display: inline-block;
	overflow: auto;
	vertical-align: middle;
	line-height: 1.3;
	padding: 0;
}

#what img{
	border: solid 1px #CCCCCC; 
	margin: 2% 0 2% 0;
	width:100%;
}
