
	/* This is the css used in the history section */ 

body {
	background-color: #ffffcc;
	font-family:Arial,sans-serif;
}

a  {
	text-decoration: none 
}

a:hover {
	text-decoration: underline; 
	}

a:visited:hover {color: #D2691E;} /* specificity = 2,1 */
a:link:hover {color: #ff00ff;}   /* specificity = 2,1 */
a:hover:active {color: #00FFFF;}    /* specificity = 2,1 */

	
p, li, td {
	font-size: small; 
	padding-top:   5px;
	padding-left:  5px;	
	padding-right: 5px;
	}
	
p.center	{
	text-align: center;
	}

p.foot	{
	color: navy;
	font-size: x-small; 
	}
	
p.subnote	{
	color: navy;
	font-size: x-small; 
	text-align: right;
	}

p.indent	{
	margin-left: 100px;
	margin-right: 100px;
	}

h1	{
	font: bold medium Georgia, serif;
	font-variant: small-caps; 
	}

h1.navy	{
	text-align: center;
	color: navy; 
	}

h2	{
	font: bold medium Georgia, serif
	}
	
h2.center	{
	text-align: center; 
	}

h3	{
	font-family: Georgia; 
	font-size: small; 
	}

h3.navy	{
	color: navy; 
	}

h3.red	{
	color: red; 
}
	
h3.center	{
	text-align: center; 
}

div.picl {
	float: left; 
	padding: 5px;
	font-size: x-small;
}

div.picl span {
	font-size: x-small; 
	color: navy; 
	display: block;
}

div.picr {
	float: right;
	padding:5px;
	font-size:x-small;
	clear: right;
}

div.picr span {
	font-size: x-small;
	color: navy; 
	display:block;
}

div.picc {
	float: none; 
	padding:5px;
	font-size:x-small;
	text-align:center;
}

div.picc span	{
	font-size: x-small; 
	color: navy; 
	clear:both;
	display:block;
}

.brown	{
	font-size: small;
	color: #8B4513 
	}

td.ex0	{
	font-size: x-small;	text-align: center;	vertical-align: top;
	}

td.ex1	{
	font-size: x-small;	text-align: center;	vertical-align: top;
	width: 110px;
	}

td.ex2	{
	font-size: x-small;	text-align: center;	vertical-align: top;
	width: 260px;
	}






