.article-text h1 {
	font-size: 32px;
}

.article-text h2 {
	font-size: 28px;
}

.article-text h3 {
	font-size: 22px;
}

table {
	width: 100%;
}

table tr:nth-child(even) {background: #CCC}
table tr:nth-child(odd) {background: #FFF}