.welcome {

	font-family: sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 14;
	line-height: 100%;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	text-indent: 0ex;

} 


A:link {font-size:14; font-weight:bold; text-decoration: none; color:#ffffff; font-size: 14;
font: Arial, sans-serif;}
A:visited {font-size:14; font-weight:bold; text-decoration: none; color:#ffffff; font-size: 14;
font: Arial, sans-serif;}
A:active {font-size:14; font-weight:bold; text-decoration: none; color:#ffffff; font-size: 14;
font: Arial, sans-serif;}
A:hover {font-size:14; font-weight:bold; color:#CACACA;}

.class1 A:link {text-decoration: none; font-weight:bold; color: black; font-size:14;	font-family: Georgia, "Times New Roman", Times, serif;}
.class1 A:visited {text-decoration: none; font-weight:bold; color: black;font-size:14;	font-family: Georgia, "Times New Roman", Times, serif;}
.class1 A:active {text-decoration: none; font-weight:bold; color: black;font-size:14;	font-family: Georgia, "Times New Roman", Times, serif;}
.class1 A:hover {text-decoration: underline; font-weight:bold;font-size:14; color: #cacaca;	font-family: Georgia, "Times New Roman", Times, serif;}


.1 A:link {font-size:14;text-decoration: none; color:#000000;	font-family: sans-serif;}
.1 A:visited {font-size:14;text-decoration: none; color:#000000;	font-family: sans-serif;}
.1 A:active {font-size:14;text-decoration: none; color:#000000;	font-family: sans-serif;}
.1 A:hover {font-size:14; font-weight:bold; color:#CACACA;	font-family: sans-serif;}


h3{ color: #3276a7;
	font-family: sans-serif;
 }


.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: -250;
left: -250px; /*position where enlarged image should offset horizontally */

}