html, body {
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body{
	color:#292E40;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	line-height:13px;
 	text-align: center;
	background-color: #fff;
}


strong{
	color:#5F7F94;
}


a{
	color: #27D;
	text-decoration: none;
}

a:focus, a:hover, a:active {
	text-decoration: underline;
}

h1, h2, h3 {
	font-family:Arial,Helvetica,sans-serif;
	margin: 0;
}

h1 {
	padding-left: 30px;
	font-size:1.4em;
	letter-spacing: 3px;	
	color:#292E40;
}

h1:first-letter {
	font-size: 1.3em;
	color:#292E40;
}


h2 {
	padding-left: 30px;
	font-size:1.2em;
	letter-spacing: 3px;	
	color:#292E40;
}

h2:first-letter {
	font-size: 1.3em;
	color:#292E40;
}

h3 {
	font-size:1em;
	letter-spacing: 2px;	
	color:#292E40;
}

h3:first-letter {
	font-size: 1.1em;
	color:#292E40;
}


hr {
	margin-top:2px;
	border: 0;
	width: 100%;
	color: #FFA349;
	background-color: #5D7D93;
	height: 1px;
}

blockquote{
	margin-left:15px;
}
