/*toq-regularpages.css - Standard style sheet for TOQ articles and fixed features - this is the primary css V1N2+*/

A:link {
	background : transparent;
	color : Blue;
	text-decoration : underline;
}
/*not used*/
A:hover {		
	background : transparent;
	color : Red;
	text-decoration : underline;
}

A:active {
	background : transparent;
	color : Blue;
	text-decoration : underline;
}

BLOCKQUOTE {
	margin-left : 2em;	/*was 2em L & R*/
	margin-right : 2em;
	font-size : 91%; /*10pt*/
}
/*body default font size determined by browser*/
BODY, TD {
	margin-left : 4%;
	margin-right : 4%;
	font-family : "Book Antigua","Times New Roman",Arial, sans-serif;
	text-align : JUSTIFY;
}

/*Used for titles of reviews and essays*/
H1 {		
	margin-top : .1em;
	margin-bottom : .5em;
	margin-left : 0%;
	color : blue;
	font-family : "Book Antigua", Arial,sans-serif;
	font-size : 182%; /*20pt*/
	font-variant: small-caps;
	text-align : center;
}
/*Used for subtitles (italics) of reviews and essays*/
H2 {
	margin-left : 0%;
	margin-top : 1em;
	margin-bottom : .5em;
	color : blue;
	font-family : "Book Antigua", Arial,sans-serif;
	font-size : 109%; /*12pt*/
	font-style : italic;
	text-align : center;
}
/*Used for internal sub-subtitles in reviews and essays*/
H3 {
	margin-left : 0%;
	margin-top : 1em;
	margin-bottom : .5em;
	color : blue;
	font-family : "Book Antigua", Arial,sans-serif;
	font-size : 109%; /*12pt*/
	text-align : center;
}
/*Previously used for reviewer name in book reviews - See .reviewedby class*/
H4 {
	margin-left : 0%;
	margin-top : 1.0em;
	color : blue;
	font-family : "Book Antigua", Arial,sans-serif;
	/*Use default body font size*/
	font-style : italic;
	text-align : Left;
}
ol li	{
	margin-top : 0.20em;
	margin-right : 2em;
	margin-left : 1em;
}

ul li	{
	margin-top : 0.20em;
	margin-right : 2em;
	margin-left : 2em;
}

p {
	margin-top : 0.5em;
	margin-bottom : 0.5em;
	text-indent : 2em;
}
  /*This solves footnote and line spacing problem*/
sup {
  	font-size : 75%; /*8.25pt*/
}

/*Classes*/
/*Used for authorblock*/
.authorlines {
	margin-left : 15%;
	margin-right : 15%;
	font-style : italic;
	font-size : 91%;
	text-indent : 0em;
}
 
.blackcolorh2 {
	color : black;
} 
  
/*Book title in review header*/
.booktitle {
	font-family : "Book Antigua","Times New Roman", Arial, sans-serif;
	font-weight : Bold;
	text-align : Left;
	font-size : 127%; /*14pt*/
}
/*Book subtitle in review header*/
.booksubtitle {
	font-family : "Book Antigua","Times New Roman", Arial, sans-serif;
	font-weight : Bold;
	text-align : Left;
	font-size : 109%; /*12pt*/
}
.colorred {
	color : red;
}
/*Used if introduction to essay*/
.introduction {
	font-family : "Book Antigua","Times New Roman",Arial, sans-serif;
	font-size : 91%; /*10pt*/
	text-indent : 0em;
}

/*First paragraph and also used for Reference items*/
.noindent {
	font-family : "Book Antigua","Times New Roman",Arial, sans-serif;
	text-indent : 0em;
}

/*For footnotes and references*/ 
.noindentfn {
	font-family : "Book Antigua","Times New Roman",Arial, sans-serif;
	text-align : JUSTIFY; /*had to add for NS4.7*/
	font-size : 91%; /*10pt*/
	text-indent : 0em;
}

/*Used in toq-books.html*/
.oversize2 {
	margin-left : 2%;
	margin-right : 2%;
	font-family : "Book Antiqua","Times New Roman", Arial,sans-serif;
	font-size : 120%;
	font-weight : Bold;
}

/*Used for Reviewed by Authorname line*/
.reviewedby {
    margin-left : 0%;
	margin-top : 1.0em;
	color : blue;
	font-family : "Book Antigua", Arial,sans-serif;
	/*Use default body font size*/
	font-style : italic;
	font-weight : Bold;
	text-align : Left;
	text-indent : 0em;
}

.twentyfourpt {
    font-size : 218%;
}	

.oversizeheader4 {
	color : #FF0000;
	font-family : Verdana,"Times New Roman", Arial,sans-serif;
	font-size : 200%;
	font-weight : bold;
}

.smallcaps {
	font-variant: small-caps;
	}
