/*----------------*/
/* genstyle.css */
/*---------------*/

/* genstyle.css is for documents in /genealogy on rbromig.org */

body				{
							font-family: Georgia, Times, "Times New Roman", serif;
							background-image: url(../genealogy/genimg/aabgw.jpg);
							background-color: white;
							color: black;
							}
li					{
							margin-bottom: 5px;
							}
blockquote		{
							text-align: justify;
							}
h1				{
						font-family: "comic sans", Tahoma, Arial, sans-serif;
						font-variant: small-caps;
						}
h2				{
						font-family: "comic sans", Tahoma, Arial, sans-serif;
						}
h3				{
						font-family: "comic sans", Tahoma, Arial, sans-serif;
						}
h4				{
						font-family: "comic sans", Tahoma, Arial, sans-serif;
						}
a					{
						color: black;
						text-decoration: none;
						}
a:link			{
						color: black;
						}
a:visited		{
						color: blue;
						}
a:hover		{
						color: blue;
						text-decoration: underline;
						}
a:active		{
						color: red;
						}
.bigfont			{
							font-family: Georgia, Times, "Times New Roman", serif;
							font-size: 20px;
							}
.smallfont		{
							font-family: Georgia, Times, "Times New Roman", serif;
							font-size: 10px;
							}
/*--------------*/
/* Div Layout */
/*--------------*/
#container {
						position: absolute;
						left: 50%;
						margin-left: -400px;
						width: 800px;
						margin-top: 10px;
						}

#masthead {
						width: 800px;
						}

#nav 			{
						clear: left;
						float: left;
						width: 179px;
						}

#content 	{
						float: left;
						width: 425px;
						margin-right: 5px;
						margin-left: 5px;
						}

#sidebar 		{
						float: right;
						width: 179px;
						margin-right: 5px;
						}

#footer 		{
						clear: both;
						width: 800px;
						}
ul#navlist		{
						text-align: center;
						margin-left: 0;
						padding-left: 0;
						white-space: no-wrap;
						}
#navlist li		{
						display: inline;
						list-style-type: none;
						margin-right: 5px;
						font-weight: bold;
						}
