body
{
	font-family: Tahoma, Garamond, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; /* not sure why but this doesn't seem to be creating the default font size */
}

p
{
	font-size : 12px;
	margin-top: 5px;
}
div  /* default size of font */
{
	font-size : 12px;
}
li
{
	font-size : 12px;
}

/* HEADERS */
h1, h2, h3, h4, h5
{
	margin-top: 15px;
	margin-bottom:0px;
}
h1
{
	font-size : 15px;
}
h1.center
{
	text-align : center; 
	/* font-family: Impact, Tahoma, Garamond, Verdana, Arial, Helvetica, sans-serif; */
	font-family: Verdana, Arial, sans-serif;
}
h1.left
{
	text-align : left;
	/* font-family: Impact, Tahoma, Garamond, Verdana, Arial, Helvetica, sans-serif; */
	font-family: Verdana, Arial, sans-serif;
}
h1.leftBigger
{
	font-size : 16px;
	text-align : left;
	/* font-family: Impact, Tahoma, Garamond, Verdana, Arial, Helvetica, sans-serif; */
	font-family: Verdana, Arial, sans-serif;
}
h2
{
	font-size : 13px;
}
h2.moreLinks /* use on left to click to extended pages in that subject */
{
	font-size : 13px;
	text-align : right;
}
h2.moreLinksLeft /* use on left to click to extended pages in that subject */
{
	font-size : 13px;
	text-align : left;
}
h2.moreLinksCenter /* use on left to click to extended pages in that subject */
{
	font-size : 13px;
	text-align : center;
}
h3
{
	font-size : 12px;
	font-weight: bold;
}

/* OTHER */
.bookLists
{
	width : 600px;
	font-size : 12px;
	font-weight : normal;
	text-align : left;
}
.bookListsTitle
{
	font-size : 12px;
	font-weight : bold;
	text-align : center;
}

a.note:hover
{
	color: purple;
}
.note
{
	text-decoration : none;
	font-weight : normal;
}
.boldItem
{
	font-weight : bold;
	font-size: 12px;
}
.boldItemH1
{
	font-weight : bold;
	font-size : 15px;
}
.boldItemH2
{
	font-weight : bold;
	font-size : 13px;
}
img.bookCover
{
	border-right: #e0ffff thin solid;
	border-top: #e0ffff thin solid;
	border-left: #e0ffff thin solid;
	border-bottom: #e0ffff thin solid;
}
hr.indexHR
{
	color : orange;
}

table.textWrap
{
	border: 0px;
	float : left;
	font-size: 12pt;
	text-align : center;
	margin : 0px 10px 10px 0px;
}
table.textWrapRight
{
	border: 0px;
	float : right;
	font-size: 12pt;
	text-align : center;
	margin : 0px 10px 10px 0px;
}
.indent
{ 
	font-size: 12px;
	position:relative;
	left:10px;
}
