/* CSS Document */

#announcementcase {
   position:relative;
   overflow:hidden;
   height:200px;
   width:190px;
}

#announcementcase a {
   font-weight:bold;
   font-size:120%;
}

.announcementdiv {
   position:absolute;
   overflow:hidden;
   top:250px;
   left:0;
   height:200px;
   width:190px;
}
