body 
{ background-color:transparent;
background-repeat: repeat-y;
font-family: Arial;
color:#52595E;
background-color: #000000;
font-size: 8pt;
}

TABLE { 
font-size: 8pt;
font-family: Arial;
color: #52595E; 
} 

A:link {
COLOR: #7E97AA; 
text-decoration: none;
text-transform: uppercase;
font-size: 8pt;
font-family: Arial;
font-weight: bold; }


A:visited {
COLOR: #7E97AA; 
text-decoration: none;
text-transform: uppercase;
font-size: 8pt;
font-family: Arial; 
font-weight: bold; }


A:active {
COLOR:#7E97AA; 
text-decoration: none;
text-transform: uppercase;
font-size: 8pt;
font-family: Arial;
font-weight: bold; }


A:hover {
COLOR: #ACC1C6; 
text-decoration: none;
text-transform: uppercase;
font-size: 8pt;
font-family: Arial; 
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #7E97AA;
}
a:hover {
	color: #ACC1C6;
}

img{  border-color: #7E97AA; 
}

a:hover img{ border-color: #ACC1C6;
}



input, textarea, option, select {
background-color : #E0E1DB;
font-family: Arial;
font-size: 8pt;
color: #3D3233;
text-align: justify;}








h1
{
font-family: Trebuchet MS, arial, sans-serif;
font-size: 9pt;
color: #7F4B6F;

font-weight: bold;
letter-spacing: 1pt;
padding-right: 3px;
padding-left: 3px;
margin-bottom: 6px;
margin-top: 5px;
text-decoration: none;
background-image:url('http://sadhanasom.com/images/h1.jpg');
display: block;
text-transform: uppercase;
text-align: left;
line-height: 20px;
}
 



h2{
font-family: arial;
font-size:7pt;
color:#454F51;
line-height:6pt;
text-transform:uppercase;
text-align:center;
letter-spacing:1;
margin:0;padding:2px;
margin-bottom:2;
background-color:#CAD4DD
}


h3{
font-family:arial;
font-size:7pt;
color:#4B4341;
text-transform:uppercase;
text-align:center;
letter-spacing:1;
margin:0;padding:0px;
margin-bottom:1;
background-color:#E5E4E5;
border-bottom: 1px solid #aca098;}

h5{
font-family:Tahoma;
font-size:6pt;
text-transform:uppercase;
color:#F2ECEE;
letter-spacing:1;
text-align: center;
margin:0;
padding:2px;
margin-bottom:2;
background-color:#998892; 
}


h6{
font-family:Tahoma;
font-size:6pt;
text-transform:uppercase;
color:#D3C3C9;
letter-spacing:1;
text-align:left;
margin:0;
padding:2px;
text-align:left;
margin-bottom:2;
background-color:#D3C3C9; 
}


.contentt{
background-color: #D6DCE0;
text-align: justify;
vertical-align:top;
font-family:Arial; 
color:#52595E; 
font-weight:normal; 
font-size:8pt;
padding: 4px;
}

.metat{
background-color: #F2F0F1;
background-image:url(http://sadhanasom.com/images/kenziebottom.jpg);
text-align: right;
line-height: 12px;
font-family: Arial;
font-size: 8pt;
color: #716066;
}


.datet{
	background: #e3e4e8;
	background-image:url(http://sadhanasom.com/images/kenzdate.jpg);
	color: #4F727B;
text-shadow: #ffffff 1px 1px ;

	font-family: Georgia;
	font-size: 14px;
	line-height: 11pt;
	text-align: center;
	font-weight: bold;
	padding-top:2px;
	padding-bottom:4px;
	padding-left:5px;
	padding-right: 10px;
	text-transform: uppercase;
	
}

.titleb{
	background: #F2F0F1;
	background-image:url(http://sadhanasom.com/images/kenzietittle.jpg); 
			color: #4F727B;
text-shadow: #ffffff 1px 1px ;


	font-family: Georgia;
	font-size: 16px;
	line-height: 12pt;
	text-align: left;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 7px;
        padding-bottom: 3px;
	text-transform: uppercase;
	}





b{
	color: #2C4156;}

u{
	color: #8D4B6F;}


i{
	color: #5E8C96;}
	
	tr, table, td {
font-family: Arial;
font-size: 8pt;
}


<style type="text/css">
.popup{
position: relative;
z-index: 0;
}

.popup:hover{
background-color: transparent;
z-index: 700;
}

.popup span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 5px;
left: -1000px;
border: 1px solid black;
visibility: hidden;
color: black;
text-decoration: none;
}

.popup span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.popup:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}

</style>