﻿/*  This is the style sheet for the Tacitus Annals Book 4 Introduction page.
/*  CSS File:		tacintrc.css  the name of this file
/*  Web Page file:	tacintro.htm
/*  Written by:		Joseph Maes
/*  Written on:		1Dec2017
/*  Modified by:	[none]   
/*  Modified on:	[none]
/*  Changes:		[none]
*/

body { 	width: 628px;      		/* Page fits in frame */
		margin-left:auto;  		/* Page is centered on screen when not in frame */
        margin-right:auto;
        background: #FAF0E6;	/* linen */
}

h1.pagetitle	{ text-align: center }
h1.keyw			{ display: none }

/*  Format appearance of paragraphs  */
p {
	margin-top: 0in;
	margin-right: 0in;
	margin-bottom: 4px;
	margin-left: 0in;
	line-height: normal;
	font-size: 12pt;
	font-family: "Times New Roman", serif;
	color:black;
}

/*  Format appearance of Main Titles  */
p.MainTitle {
	margin-top: 10px;
	margin-right: 0in;
	margin-bottom: 1px;
	margin-left: 0in;
	line-height: normal;
	font-size: 14pt;
	font-weight: bold;
	font-family: "Times New Roman", serif;
	color:black;
}

/*  Format appearance of the first paragraph which is instructional  */
p.navpage {
	margin-top: 2px;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-left: 10px;
	line-height: normal;
	font-size: 10pt;
	font-weight: normal;
	font-family: "Times New Roman", serif;
	color:black;
}

p.LatLine {
	margin-top: 0in;
	margin-right: 0in;
	margin-bottom: .0001pt;
	margin-left: 0in;
	line-height: normal;
	font-size: 12pt;
	font-family: "Times New Roman", serif;
	color:black;
}
p.EngLine {
	margin-top: 0in;
	margin-right: 0in;
	margin-bottom: .0001pt;
	margin-left: 0in;
	line-height: normal;
	font-size: 9.0pt;
	font-family: "Times New Roman", serif;
	color:black;
}

p.EngLineEnd {				/* For an EngLine that is last in an example. */
	margin-top: 0in;
	margin-right: 0in;
	margin-bottom: 4px;
	margin-left: 0in;
	line-height: normal;
	font-size: 9.0pt;
	font-family: "Times New Roman", serif;
	color:black;
}
/*  Format the one instance of long white space (does not take effect in Exp Web) */
span.whitespace { white-space: pre; }

/*  Underline subtitles  */
span.u_ { text-decoration: underline; }
/*  Strike-through used once for "ingentia illi bella"  */
span.del { text-decoration: line-through; }

/*  Biblio hanging indents  */
div.biblioindent {
  margin-left: 30px ;
  text-indent: -30px ;  /* This sets first line only of paragraph  */
}
/*  Format appearance of Vocabulary table  */
.voctbl	{	font-family: "Times New Roman", Times, serif;
			width: 48%;
			border: 2px solid black;
			border-collapse: collapse;
			padding:0in 5.4pt 0in 5.4pt;
}

.voctbl th	{	text-align: center;
				font-weight: bold;
				border: 1px solid black;
}

.voctbl td	{ 	vertical-align: top;
				border: 1px solid black;
				padding:0in 5.4pt 0in 5.4pt;
}*  G r a m m a r   T a b l e  */
/*  Format appearance of Grammar table  */

/* td {border-bottom: 0px;} */

.gramtbl	{	font-family: "Times New Roman", Times, serif;
			font-size: 10pt;	
			width: 603px;
			table-layout:fixed;
			border: 1px solid black;
			border-collapse: collapse;
			padding:0in 5.4pt 0in 5.4pt;
}

.gramtbl th	{	text-align: center;
				font-weight: bold;
				border: 1px solid black;
}

.gramtbl td	{ 	vertical-align: top;
				border: 1px solid black;
				padding:0in 5.4pt 0in 5.4pt;
				word-wrap:break-word;
}