p {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #555555;
	font-size: 12px;

	}	
.p a:link {  color: #8C3C5A; text-decoration: underline}
.p a:visited {  color: #8C3C5A; text-decoration: underline}
.p a:hover {  color: #8C3C5A; text-decoration: underline}
.p a:active {  color: #8C3C5A; text-decoration: underline
}



h1 {
	font-family: book antigua, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #cc0000;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 16px;
text-align: center;




}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #0A469E;
	line-height: 18px;
	margin-bottom: 15px;
text-align: center;


}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 30px;
	font-weight: bold;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 0px;


}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 30px;
	font-weight: bold;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;


}
a {
	color: #006699;
	text-decoration: underline;

}

a:link {  color: #8C3C5A; text-decoration: underline}
a:visited {  color: #8C3C5A; text-decoration: underline}
a:hover {  color: #8C3C5A; text-decoration: underline}
a:active {  color: #8C3C5A; text-decoration: underline}

.menu a:link {
	color: #333333;
	text-decoration: none;
}
.menu a:visited {  color: #333333; text-decoration: none}
.menu a:hover {  color: #FFFFFF; text-decoration: none}
.menu a:active {  color: #000000; text-decoration: none}

.submenu a:link {  color: #333333; text-decoration: none}
.submenu a:visited {  color: #333333; text-decoration: none}
.submenu a:hover {  color: #FFFFFF; text-decoration: none}
.submenu a:active {  color: #333333; text-decoration: none}

.logoname {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

.nav {
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: #cccccc;
}	
.nav a:link {
	color: #cccccc;
	text-decoration: none;
}
.nav a:visited {  color: #cccccc; text-decoration: none}
.nav a:hover {  color: #FFFFFF; text-decoration: none}
.nav a:active {  color: #cccccc; text-decoration: none}

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #555555;
	font-size: 12px;
		


}

.smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #003366;
	text-align: center;

}
.list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.navigation {
	font-family: Garamond;
	color: ffffff;
	font-size: 14px;
}
.grayborder {
	color: #666666;
	border: 1cm solid #666666;
}
.caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #636363;
	text-align: center;}
	.caption a:link {  color: #636363; text-decoration: underline}
.caption a:visited {  color: #636363; text-decoration: underline}
.caption a:hover {  color: #636363; text-decoration: underline}
.caption a:active {  color: #636363; text-decoration: underline}

}
<style type="text/css">

.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: 10px;
left: -1001px;
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 */

}
.thumbnail a:link {  color: #000000; text-decoration: none}
}
.thumbnail a:visited {  color: #000000; text-decoration: none}
}
