body {
	/*font-weight: 400;*/
	font-family: 'Raleway', Helvetica, Arial, sans-serif !important;
	font-size:100%;
}
h1 {
	font-size: 2em;
	font-weight: 600;
	margin:10px 0px 0px 0px;
}
h2 {
	font-size: 1.8em;
	font-weight: 600;
	margin:10px 0px 0px 0px;
}
h3 {
	font-size: 1.6em;
	font-weight: 600;
	margin:10px 0px 0px 0px;
}
h4 {
	font-size: 1.4em;
	font-weight: 600;
	margin:10px 0px 0px 0px;
}
h5 {
	font-size: 1.2em;
	font-weight: 600;
	margin:10px 0px 0px 0px;
}
h6 {
	font-size: 1em;
	font-weight: 600;
	margin:10px 0px 0px 0px;
}
p {
	font-size: 1em;
	font-weight: 400;
	margin:10px 0px 0px 0px;
	line-height: 1.2em;
}
ul {
	font-size: 1em;
	font-weight: 400;
	margin:10px 0px 0px 0px;
	line-height: 1.2em;
	list-style: disc inside;
}
ol {
	font-size: 1em;
	font-weight: 400;
	margin:10px 0px 0px 0px !important;
	line-height: 1.2em;
	list-style:decimal inside;	
}
a {
  color:#8c9ed4;	
} 