h1 {/*Title "Pedro Lasch"*/
	text-align:left;
	color:black;
	font-family: Georgia, Times New Roman, serif;
	padding-top: .3em;
	padding-bottom:0em;
	margin: 0px;
	font-size:170%;
	}
h2{/*Format Top Menu Bar, table separate*/
	text-align:left;
	color:black;
	font-family: Georgia, Times New Roman, serif;
	padding-bottom: 0em;
	padding-top:0em;
	margin: 0px;
	font-size:130%;
	}
h6{/*Black bar at bottom of page*/
	text-align:left;
	color:black;
	font-family: Georgia, Times New Roman, serif;
	padding-bottom: 0em;
	padding-top:0em;
	border-bottom: 2em solid black;
	margin: 0px;
	}
div.commontextmain{/*Used for Blogs, Teaching LInks, */
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	padding-top: 0.1em;
	padding-bottom: 1.5em;
	padding-left:.5em;
	padding-right:.5em;
	background-color:#FF9900;
	}
div.center{/*Used to center individual blocks of text or images, such as paintthewhitehouse.html*/
	text-align:center;
	}
div.systematicsmall{/*Used in asystematicreading.html for displaying project text (image is not used)*/
	font-size:14px;
	}
div.systematicbig{/*Used in asystematicreading.html for displaying project text (image is not used)*/
	font-size:20px;
	}
div.topmenu{/*Used for black bar at top, with H2 and "div.topmenu" formatting shown below*/
	font-size:12px;
	font-family: Georgia, Times New Roman, serif;
	color:#FFFFFF;
	padding-top: 0em;
	padding-bottom: 0em;
	background-color: #000000
	}
div.topmenu a:link{/*link styling for the menu overrides defaults at bottom*/
	text-decoration: none; color: #FFFFFF; 
	}
div.topmenu a:visited{/*link styling for the menu overrides defaults at bottom*/
	text-decoration: none; color: #FFFFFF; 
	}
div.topmenu a:hover{/*link styling for the menu overrides defaults at bottom*/
	text-decoration: none; color: #6666FF; 
	}
div.topmenu a:active{/*link styling for the menu overrides defaults at bottom*/
	text-decoration: none;
	}
div.overview{/*Use on ALL pages with ORANGE backgrounds to contain everything between H2 and H6 (black bars) - main pages (index.html files), also used in laschvs.html*/
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	padding-top: .5em;
	padding-bottom: 1em;
	padding-left:.5em;
	padding-right:.5em;
	background-color:#FF9900;
	}
div.itemdescription{/*Use on ALL pages with WHITE backgrounds to contain everything between H2 and H6 (black bars) - not main pages, but the second level - individual descrptions*/
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	padding-top: .5em;
	padding-bottom: 2em;
	}
p.commontextbottom{/*Navigation Links text at page bottom*/
	text-align:center;
	font-family: Georgia, Times New Roman, serif;
	padding-top: .2em;
	padding-bottom: .2em;
	color:#000099;
	}
table.mainmenu{/*Table used in div.topmenu, with H2*/
	table-layout:fixed;
	cell-padding:5px;
	border-width:14px;
	border-color: #FFFFFF;
	margin-left:auto;
	margin-right:auto;
	width:100%;
	text-align:center;
	}
table.thumbs{/*used on main page for the sigle line of images in the main menu*/
	table-layout:auto;
	border-spacing:15px;
	border-width:0px;
	margin-left:auto;
	margin-right:auto;
	}
table.content{/*Used with td.description for arranging tables on ORANGE pages*/
	table-layout:auto;
	border-spacing:4px;
	border-width:0px;
	margin-right:auto;
	}
table.content2{/*Used in tianguis transnacional*/
	table-layout:auto;
	border-spacing:4px;
	border-width:0px;
	margin-right:auto;
	table-height:1920;
	}
table.blackmirrorcontent{/*Used in blackmirror.viewall.html to arrange grid*/
	table-layout:auto;
	border-spacing:4px;
	border-width:0px;
	margin:auto;
	text-align:center;
	}
table.crumbs{/*Used to arrange a grid in crumbs.html*/
	table-layout:auto;
	border-spacing:15px;
	border-width:0px;
	margin-right:auto;
	}
table.textitems{/*Used in tianguis.soida.html and naturalizations.statements.html to arrange a grid for text*/
	table-layout:auto;
	border-spacing:4px;
	border-width:0px;
	margin-right:auto;
	padding:3%;
	border-spacing:3px;
	vertical-align:bottom;
	text-align:left;
	}
td.textitems{/*Used with table.textitems in tianguis.soida.html and naturalizations.statements.html to arrange a grid for text*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align:top;
	padding:3px;
	}
td.blackmirror{/*used in blackmirror.viewall, under table.blackmirrorcontent for vertical alignment of cells*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align:top;
	padding:5px;
	width:180px;
	}
td.caption{/*Captions on main page (pedrolasch.com)*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	padding:6px;
	}
td.description{/*Used under table.content for arranging tables on ORANGE pages*/
	font-family: Georgia, Times New Roman, serif;
	text-align:left;
	padding:6px;
	}
#othertitles{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	padding:0px;
	}
A:link {/*Controls link styling for ALL non specified links*/
 	color: black; }
A:visited {/*Controls link styling for ALL non specified links*/
 	color: black; }
A:active {/*Controls link styling for ALL non specified links*/
	}
A:hover {/*Controls link styling for ALL non specified links*/
	text-decoration: emphasize; color: #3366CC;}

