
.s1{font-size:10px; color:#666666; text-decoration:none}
h1
{
font: bold 13pt arial, sans-serif;
margin: 3pt 0 0 0;
}
h2
{
font: bold 12pt arial, sans-serif;
margin: 3pt 0 0 0;
}
h3
{
font: bold , arial;
font-size:12pt; 
margin: 2pt 0 0 0;
color: #663300;


}
h4
{
font: bold , arial;
font-size:12pt; 
margin: 2pt 0 0 0;
color: #FFFFFF;

}

p
{
font: 11pt arial;}
Reply With Quote


Reply With Quote
.wtxt {
	font-family: Arial;
	font-size: 11pt;
	color: #000000;
}
.ltxt {
	font-family:  Arial;
	font-size: 11pt;
	color: #6666FF;
}
body {font-family:  Arial;
font-size: 11pt;}

<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: ;
padding: 0px;
left: -1000px;
border: 0px;
visibility: hidden;

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: auto;
left: auto; /*position where enlarged image should offset horizontally */

}
</style>
