#Newscase {
	font-family: "verdana"
	font-weight:bold;
    font-size:12px;
	position:relative;
	overflow:hidden;
	height:146px;
	width:213px;
}

#Newscase a {
   font-family: "verdana"
   font-weight:bold;
   font-size:12px;
}

.Newsdiv {
   position:absolute;
   overflow:hidden;
   top:0;
   left:230px;
   width:230px;
   height:146px;
   border:border: thin dotted #FF9966;
}

.Newsdiv div {
   border:border: thin dotted #FF9966;
   background:#def;
   padding:5px;
   overflow:hidden;
}
 

a:link { 
color: #FF6600; 
}
