body{
	font-size: 68.75%; /* 16px * 0.6875 = 11px */
	font-family: Arial, Helvetica, sans-serif;
}

/* Paragraphs */

p {
	font-size: 1em;
	line-height: 1.500em;
	margin-bottom: 1.500em;
	
}

.small {
  font-size: 0.9em;
  line-height: 1.818em;
  margin-bottom: 1.818em;
}
.large {
	font-size: 1.2em;
	line-height: 1.363em;
	margin-bottom: 1.363em;
}

/* Headings */
h1 {
	font-style: italic;
	font-size: 3em;
	line-height: 1.090em;
	margin-bottom: 0.545em;
}
h2 {
	font-size: 2em;
	line-height: 0.818em;
	margin-bottom: 0.818em;
}
h3 {
	font-size: 1.5em;
	line-height: 1.090em;
	margin-bottom: 1.090em;
	color:#fff;
	
}
h4 {
	font-size: 1.2em;
	line-height: 1.363em;
	margin-bottom: 1.363em;
	
}
h5 {
	font-size: 1em;
	line-height: 1.636em;
	margin-bottom: 1.636em;
}
h6 {
	font-size: 1em;
	line-height: 1.636em;
	margin-bottom: 1.636em;
}

/* Lists */
ul {
	margin-bottom: 1.636em;
}
ul li {
	font-size: 1em;
	line-height: 1.636em;
}
ol {
	margin-bottom: 1.636em;
}
ol li{
	font-size: 1em;
	line-height: 1.636em;
}
li > ul, li > ol {
	margin-bottom: 0;
}

/* Forms */
input, select {
  font-size: 1em;
  line-height: 1.636em;
}

/* Images */
img {
	font-size: 1em;
}
img.left { /* Float any image to the LEFT and give it some margin  */
  margin: 1.8em 1.8em 1.8em 2em;
	align: left;
}
img.right { /* Float any image to the RIGHT and give it some margin */
  margin: 0.3em 0 1.8em 2em;
	float: right;
}
img.middle { /* Float any image to the RIGHT and give it some margin */
  margin: 0.3em 0 1.8em 2em;
	float: middle;
}

