.contents {  position: relative;  height: 350px;  overflow: auto; }
.mdx  {  text-decoration : none;  font-family :  Arial ;  font-size :  8pt ;  font-weight : bold; }
.txtmdx  {  text-decoration : none;  font-family :  Verdana ;  font-size :  8pt ; }
A 
{
	text-decoration: none;
	 color: blue
}
A:link 
{
	text-decoration: none;
	 color: blue
}
A:vlink 
{
	text-decoration: none;
	 color: blue
}
A:alink 
{
	text-decoration: none;
	 color: blue
}
A:Hover
{
	 text-decoration : underline;
	Color : #FF0000;
}
.shadow {
    background:#CCCCCC; /* shadow color */
    border:1px solid #DDDDDD; /* darker border color */
    margin: 5px;
    position: relative;
  }

.frame {
    text-align: center;
    background: #FFFFFF;
    border: 1px solid #999999; /* lighter border color */
    position: relative;
    padding: 5px;
    left:-4px; /* you can change this to change the amount of shadow */
    top:-4px; /* you can change this to change the amount of shadow */
  } 