code
{
	color:rgb(180,0,0);
	font-size:20pt;
	/*font-size:12pt;*/
}
pre
{
	color: rgb(180,0,0);

}
a:link
{
	color: #0000cc;
	TEXT-DECORATION: underline
}
a:active
{
	color: #ff0000;
	TEXT-DECORATION: underline
}
a:visited
{
	COLOR: #669900;//#777700;
	TEXT-DECORATION: underline
}
A:hover {
	COLOR: #000000; 
      TEXT-DECORATION: none;
	//font-weight://bolder;
}

body
{	text-align: justify;
	background-color: #ffffff;
	background-attachment: fixed;
	color: Navy;
	margin:3px;
	font-size:20pt;
	background-image: url('../img/bkg7.jpg');
	SCROLLBAR-HIGHLIGHT-COLOR: #D8DBDA;
	SCROLLBAR-SHADOW-COLOR: #196774;
	SCROLLBAR-ARROW-COLOR: #158BB3;
	SCROLLBAR-TRACK-COLOR: #CBD0D9;
 	SCROLLBAR-BASE-COLOR: #B6C4D4
}


table
{
	table-border-color-light: rgb(204, 204, 153);
	table-border-color-dark: rgb(153, 153, 102);
	font-size:18pt;

}
h1
{
	color: Navy;//rgb(255, 204, 0);
	text-align: center;
	font-size:26pt;
}
h2
{
	color: Navy;//rgb(255, 153, 51);
	text-align: center;
	font-size:24pt;
}
h3
{
	color: Navy;//rgb(255, 204, 0);
	text-align: left;
	font-size:22pt;
}
h4
{
	color: Navy;//rgb(255, 204, 0);
	text-indent: 20px;
	font-size:14pt;
}
h5
{
	color: Navy;//rgb(255, 153, 51);
}
h6
{
	color: Navy;//rgb(204, 51, 153);
}
button
{
	background-color: rgb(255, 204, 0);
	color: rgb(11, 0, 0);
}


textarea
{
	color: rgb(0, 0, 0);
}

div.Body{
	margin:0px;
	width:800;
		//background-image:url('../img/bkg7.jpg');
	//background-color: white;
	background-attachment: fixed;
}

/*==========================*/
.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: 27px;
left: -190px; /*position where enlarged image should offset horizontally */
}