article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }
html { font-size: 62.5%; line-height: 62.5%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
::-moz-selection { background: #4CA093; color: #FFFFFF; text-shadow: none; }
::selection { background: #4CA093; color: #FFFFFF; text-shadow: none; }
a:focus { outline: 0; }
a:hover, a:active { outline: 0; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/* ========================================================================== */

body {
	margin: 0;
	font-family: Georgia, Arial, Helveica;
	color: #555555;
	font-size: 1.6em;
	line-height: 1.7em; 
	text-align: center; 
}

article {
	width: 610px;
	margin: 0 auto;
	padding: 30px 0 0;
}

a, a:visited {
	color: #bd1644;
}

.emph {
	color: #000000;
}


