@charset "utf-8";

/*style sheet for Reynolds Family DNA Project

©2014 Larry Joe Reynolds. */

/* -------- color guide ----------
#000000 : Background
#e4d8c5 : Background Brown
#2f140d : Dark Brown
#c1aa66 : Gold Text
*/

/* ^1 --------------------------- global constants -------------------------*/
html, body {
	margin: 0px;
	padding: 0px;
}
body {
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #000000;
}

/* ^2 --------------- limited-scale reset ---------------- */
h1, h2, h3, h4, h5, h6, p, address, blockquote, div, ul, li {
	margin: 0;
	padding: 0;
}
.menu_bar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #c1aa66;
	font-weight: bold;
	text-decoration: none;
}
a.menu_bar:visited {
	font-color: #ffffff;
	text-decoration: none;
	color: #ffffff;
}
a.menu_bar:hover {
	font-color: #ffffff;
	text-decoration: underline overline;
	color: #ffffff;
}