P, h1, h2, h3, h4, a, body, td, ul {
	font-family : Verdana;
	color : #006EA6;
}
A  {
	font-family : Verdana;
	text-decoration : none;
	font-size : 10pt;
	font-weight : bold;
	color : #00007f; 
}
a:link
{
	color : #00007f; 
}

A:Visited  {
	color : #c0c0c0;
}

A:Active  {
	color : #ff0000;
}

A:Hover  {
	color : #FF0000;
	text-decoration : underline;
}

h1
{
	font-size:18pt;
}

h2
{
	font-size:16pt;
}

h3
{
	font-size:14pt;
}

h4
{
	font-size:12pt;
}



.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}

