<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(reset.css);

/*----------------------------------------
 * TYPOGRAPHY
 * ------------------------------------ */
body {
	font-size:12px;
	line-height: 18px;
	color: #222222;
	font-family: Helvetica, Arial, sans-serif;
	background: #FFFFFF;
}

h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
}

h1, h1 a {
	font-size: 24px;
	margin-bottom: 15px;
}

h2, h2 a {
	font-size: 18px;
}

h3, h3 a {
	font-size: 16px;
}


a {
	color: #CE1515;
	text-decoration:none;
}

a:focus, a:hover {
	color: #666666;
}

p {
	margin: 10px 0;
	line-height: 22px;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

#cookieSpecTable {
	padding: 20px 0;
}

#cookieSpecTable td {
	padding: 10px;
	border: #444444 1px solid;
}
</pre></body></html>