

.copyrightnotice {
	font-size: 70%;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	text-indent: 0;
}

#mycustomscroll {
   overflow: auto;
   height: 530px;
   
}

#newsscroll {
   overflow: auto;
   padding-left: 15px;
   padding-top:10px;
   margin-bottom: 10px;
   height: 530px;
}


.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 450px;
height: auto;
position: relative;
color: #fff;
padding: 1px;
}

.lipsum {
   color: #fff;
  }

