/* ~~~~~~~~~ common ~~~~~~~~~~ */

body, select, input, textarea {
	font: 0.625em/1.4 arial narrow, helvetica, sans-serif;
	color: #333;
}
body {
	 background: #182C75;
}
h1 {
	font-weight: normal;
	color: #182b76;
	font-size: 3.8em;
	margin: 0.2em 0 0;
	text-transform:uppercase;
}
h2 {
	font-weight: normal;
	color: #000;
	font-size: 2.6em;
	margin: 0.6em 0;	
	text-transform:uppercase;
	clear:left;
}
section p, section ul, section ol,
aside p, aside ul, aside ol {
	font-size: 1.9em;
	margin: 1em 0;
}
section ul {
	margin-left: 1em;
}
section ol {
	margin-left: 1.4em;
}

.red{
	color:#cf1013;
}