body {
	background:#eee;
}
body,p {
	color:#131313;
	font-size:15px;
}

.align-left {text-align:left;}
.align-center {text-align:center;}
.align-right {text-align:right;}
.align-justify {text-align:justify;}

.indent {margin-left: 30px;}
/*
table th, table td {
    border: 1px solid #dadada;
}
*/
h1 {
	font-size:24px;
	line-height:28px;
	color:#e33326;
	font-weight:500;
	margin:20px 0;
}
h2 {
	font-size:18px;
	line-height:24px;
	color:#e33326;
	font-weight:500;
	margin:15px 0;
}
h3 {
	font-size:18px;
	line-height:24px;
	font-weight:500;
	margin:15px 0;
}
h4,h5,h6 {
	font-size:16px;
	line-height:22px;
	font-weight:500;
	margin:10px 0;
}
p {
	font-size:15px;
	line-height:20px;
	margin-bottom:20px;
}
a,a:visited,a:hover {
	color:#e33326;
}