html {
	font-family: 'ArialMTCondensedLightRegular', Arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #333333;
}

html, body {
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 28px;
	font-weight: 100;
}

h1 a {
	text-decoration: none;
}

h2, h3, h4, h5 {
	line-height: 18px;
	font-size: 18px;
	font-weight: normal;
	color: #000000;
	margin: 0;
}

p, table td, table th {
	margin: 0;
	padding: 0;
	line-height: 24px;
	font-size: 18px;
}

ul, ol {
	font-size: 18px;
}

a {
	color: #333333;
	text-decoration: underline;
}

a:hover, a:active {
	color: #741012;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	p, table td, table th {
		line-height: 26px;
		font-size: 20px;
	}
	h2, h3, h4, h5 {
		line-height: 20px;
		font-size: 20px;
	}
	ul, ol {
		font-size: 20px;
	}
}

