

* {
	margin: 0;
	padding: 0;
	text-rendering: optimizeLegibility;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
}

html {
	height: 100%;
	-webkit-text-size-adjust: none;
}

body {
	height: 100%;
	color: #333;
	font-size: 15px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
}

a {
	text-decoration: underline;
}

a:hover {
	color: orange;
}

p {
	margin-bottom: 16px;
}

h1, h2, h3, h4, h5 {
	margin-bottom: 10px;
	padding-bottom: 5px;
	}

h1 {
	font-size: 28px;
}

h2 {
	font: 24px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 12px;
}

/* Images set to 100% width */

img {
	float: left;
	padding-bottom: 10px;
	width: 100%;
}

.style24 {font-size: 18px; 	color: #666; }
.style25 {font-size: 22px; 	color: #666; }
.style39 {font-size: 40px;	color: #666666; }
.style40 {font-size: 16px; 	font-style: italic;	color: #993300; }


a:link{text-decoration:none;font-weight: color=#333333 }
a:visited{text-decoration:none;font-weight: color: #666666 }
a:active{text-decoration:none;font-weight:color=#666666 }
a:hover{
	text-decoration: underline;
	text-align: center;
}


.intro {
	height: 100%;
	color: #333;
	font-size: 18px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 22px;
}


/* Style all font awesome icons */
.fa {
  padding: 20px;
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
}

/* Add a hover effect if you want */
.fa:hover {
  opacity: 0.7;
}

/* Set a specific color for each brand */

/* Facebook */
.fa-facebook {
  background: #3B5998;
  color: white;
}

/* Twitter */
.fa-twitter {
  background: #55ACEE;
  color: white;
}

.fa-flickr {
  background: #f40083;
  color: pink;
}

/* Mobile Styles for 768px breakpoint */
@media screen and (max-width: 768px) {

	/* Add your own styles here */

}
