@charset "utf-8";
/* stylesheet for family history pages*/

/* Universal style rule */
* {
/* Block all browser default margins and padding */
margin:0;
padding:0;
}

body {
font-family:garamond,Palatino,"Times New Roman", serif;
background:#b0c4de url(../bg/Image11.gif);
color:#000000;
text-align:center;
}

#wrapper {
width:70em;
margin:0 auto;
}

h1,
h2,
p {
margin:1em 0;
}

h2 {
font-weight:bold;
}

img {
margin:5px;
}

div.twoup {
width:50%;
margin:0 auto;
}

a {outline-style:none}
a:link {text-decoration: none; color: #000000}
a:visited {text-decoration: none; color: #666666}
a:active {text-decoration: none; color: #000000}
a:hover {text-decoration: underline overline; color: #000000}

