p {
	padding: 10px 0;
}
a {
	text-decoration: none;
	color: #46B7FF;
    -webkit-transition: color 300ms linear, background-color 300ms linear;
    -moz-transition: color 300ms linear, background-color 300ms linear;
    -o-transition: color 300ms linear, background-color 300ms linear;
    -ms-transition: color 300ms linear, background-color 300ms linear;
    transition: color 300ms linear, background-color 300ms linear;
}
a:hover {
	color: #3A91FF;	
}
a img {
	border: none;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 15px 0px;
	padding: 0;	
	font-weight: normal;
}
h1 {
	font-size: 40px;
}
h2 {
	font-size: 35px;
}
h3 {
	font-size: 30px;
}
h4 {
	font-size: 25px;
}
h5 {
	font-size: 20px;
}
h6 {
	font-size: 15px;
}
img { 
	max-width: 100%;
	height: auto; 
}
ul {
    list-style: disc outside none;
    padding: 0 0 1em 1em;
}
ol {
    list-style-position: outside;
    padding: 0 0 1em 1em;
}
/*
blockquote {
	padding: 0 0 0 30px;
	border-left: solid 10px #11afb8;
	overflow-wrap: break-word;
	word-wrap: break-word;
}
*/
blockquote {
	padding: 0 0 0 80px;
	overflow-wrap: break-word;
	word-wrap: break-word;
	background-image: url(../images/blockquote.png);
	background-position: top left;
	background-repeat: no-repeat;
}
hr {
	border: none;
	border-top: solid 1px #ccc;	
}
.clear {
	clear: both;
}
.center {
	text-align: center;
}
.strong {
	font-weight: bold;	
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;	
}
.table {
	display: table;
}
.row {
	display: table-row;
}
.cell {
	display: table-cell;
}