@charset "utf-8";

* { margin: 0; padding: 0; outline: 0; }
header, section, footer,
aside, nav, article, figure {
	display: block;
}
div {text-align:center; background-color:#D2C9C4}

body { font-family: Arial, Helvetica, sans-serif; color: #D2C9C4; background-color:#4B2F20;}

h1 { color: #D2C9C4; font-size: 30px; text-align:center; margin-top:60px; }

h2 { color: #D2C9C4; font-size: 16px; text-align:center; }

h3 { color: #D2C9C4; font-size:24px; text-align:center; }
h3 a:link { color: #D2C9C4;  }
h3 a:active { color: #D2C9C4; }
h3 a:hover { color: #271F11; }
h3 a:visited { color: #D2C9C4; }