header, hgroup, nav, section, article, aside, footer,
figure, figcaption, details, summary {
display: block;
}
html, body, figure, dt, dd, li, form, fieldset, legend,
input, select, textarea, button {
padding: 0;
margin: 0;
}
p, ul, ol, dl, table, blockquote {
padding: 0;
margin: 0 0 1.5em;
}

body{
		min-width: 640px;
		max-width: 1024px;
		background-color: oldlace; /*lightyellow;*/
		margin:15px auto;
		font-family: Times. "Times new roman", serif;
}

.ct {
  text-align: center;
}
