body { font-family: Arial, Helvetica, sans-serif; font-size:16px}
a { font-family: Arial, Helvetica, sans-serif; font-size:14px; text-decoration: none; color:blue;}
a:hover { font-family: Arial, Helvetica, sans-serif; font-size:14px; text-decoration: none; color: #FF0000}
.imagel{
	border-style:groove;
	border-color:#0033FF;
	border-top-width:4px;
	border-left-width:4px;
	border-bottom-width:4px;
	border-right-width:0px;
      }
.imagec{
	border-style:groove;
	border-color:#0033FF;
	border-width:4px;
	
      }
 .imager{
 	border-style:groove;
	border-color:#0033FF;
	border-top-width:4px;
	border-left-width:0px;
	border-bottom-width:4px;
	border-right-width:4px;
      }  
	  
.data {
background: #FFFFFF;
position: relative;
top: -4px;
left: -4px;
border: 1px solid black;
}

.shadow {
background: #999999;
}

