/* general selectors */
a:link
{
	color: #009;
	text-decoration: none;
}

a:visited
{
	text-decoration: none;
	color: purple;
}

a:hover
{
	color: #fff;
	background-color: #000;
}

body
{
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fff;
	color: #000;
	margin: 0 auto;
	font-size: 11pt;
	padding: 0;
}
h1 { font-size: 1.2em; }
h2 { font-size: 1.1em; }
h3 { font-size: 1.05em; }

img { margin: 5px; }
td
{
	color: #000;
}
p { padding: 0 .5em 0 0 }

pre { font-family: monospace; }





/*    */

.bigBullet
{
	font-family: times,serif;
	font-size: 1.3em;
	font-style: italic;
	margin: 20px 0 0 15px;
}

.block { padding: 0 15px 0 15px; }

.bigQuote
{
	font-style: italic;
	font-family: serif;
	font-size: 120%;
	font-weight: bold;
	color: #666;
	background-color: #fff;
}

.bigQuoteAttribution
{
	font-style: italic;
	font-family: serif;
	font-size: 120%;
	color: #666;
	background-color: #fff;
}
.indent { margin: 0 0 1em 2em; }
.quotesRandom { font-size: 80%; }

.bookTitle
{
	font-style: italic;
	font-weight: bold;
	color: #666;
	background-color: #fff;
}
.c { text-align: center; }
.pageTitle
{
	font-size: 130%;
	font-weight: bold;
}

.heirMenu
{
	font-size: 70%;
	color: #666;
	background-color: #fff;
}

.floatLeft { float: left; }
.floatRight { float: right; }
.photoRight
{
	float: right;
	margin: 0 0 1em 1em;
	border-width: 0 0 0 1em;
}
.photoLeft
{
	float: left;
	margin: 0 1em 1em 0;
	border-width: 0 0 0 0;
}

.headermenu { font-size: 80%; }
.headertitle { font-size: 130%; }
.hide {display:none;}

.right { text-align: right; }
.title
{
	font-size: 115%;
	font-weight: bold;
}
.xlarge { font-size: 120%; }
.large { font-size: 110%; }
.small { font-size: 70%; }
.xsmall { font-size: 60%; }


.footertext { font-size: 70%; }
.navbarText { font-size: 75%; }
