h2 {
	font-size:medium;
}

h3 {
	font-size:small; margin-left:15px;
}

h1.chapterName {
	font-size:large;
}

h1 {
	font-size:large;
}

h4.topicText, p.topicText {
	text-align:justify;
	font-size:small;
	margin-left:1%;
	margin-right:1%;
}

img.geogMap {
	max-width:100%;
}

img.inlineFigure {
	max-width:100%;
	margin:auto;
	display: block;
}
img.geogTable {
	max-width:100%;
}

a.homeLink:link, a:visited {
	font-family: "Courier New", Courier, monospace;
	background-color: Black;
	font-size: x-large;
	font-weight: bold;
	color: white;
	padding: 18px 18px;	
	width:95%;
	text-align: left;
	text-decoration: none;
	display: inline-block;
	border-radius: 18px;
	text-transform: uppercase;
}

a.homeLink:hover, a:active {
	background-color: LightGray;
	color: Black;
}

table.viceroyT {
	margin-left:auto;
	margin-right:auto;
	border-collapse: collapse; 
	padding: 0px 10px 0px 10px;
}

th.viceroyT {
	background-color: Black;
	color: White;
}

tr.viceroyT:hover {
	background-color: Black;
	color: White;
}

td.viceroyT, th.viceroyT {
	border: 1px solid black;
	align:left;
	padding: 0px 5px 0px 5px;
}

a.navLink {
	padding: 5px 5px 5px 5px;	
}

p.tableL {
		margin: 0 0 0 0;}
		
div.forRel {
    width: 80%; 
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.annotation {
	color:LightGray;
	/*vertical-align:super;*/
	font-size:smaller;
	text-transform:uppercase;
}

h2.forRel{
	font-size:large;
}

li {
	 list-style: disc;
	 margin-left: 0;
	 padding-left: 1em;
	 text-indent: -1em;
}
ol li {
	list-style: decimal;
}	 
tr:nth-child(even) {
			background-color: LightGrey;
		}
		
		
table.groupT {
	border-collapse: collapse; 
}

th.groupT {
	background-color: Black;
	color: White;
}

tr.groupT:hover {
	background-color: Black;
	color: White;
}

td.groupT, th.groupT {
	border: 1px solid black;
	align:left;
	text-align:center;
	padding: 0px 5px 0px 5px;
	font-size:small;
	
}

a.pageLink:link, a.pageLink:visited {
	font-family: "Courier New", Courier, monospace;
	background-color: LightGray;
	font-size: x-large;
	font-weight: bold;
	color: Black;
	padding: 18px 18px;
	width:99%;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	border-radius: 6px;
	text-transform: uppercase;
	margin: auto;
}

a.pageLink:hover, a.pageLink:active {
	background-color: Black;
	color: White;
}