
/* - public.css - */
@media screen {
   (do not remove this)
     (not this either)
    
    <style type="text/css">
	.newsitem {
	border-style: dotted;
	background-color: grey;
	width: 150px;
    }
    #newsrow1 {
	float:right;
	}
    #newsrow2 {
	float:left;
    width: 250px;
    margin: 0 auto; 
    padding:1px;}

</style>
 
}

