
        #newInner
        {
        	width:105px;
        	margin: 0px;
            text-decoration: none;
        	font-family: 'Ubuntu', sans-serif;
            text-align: center;
            font-weight: bold;
            font-size: 12px;
            color: rgb(  68 , 100 ,  61 );
            text-transform: capitalize;
        }
        #newInner a:link, a:visited, a:active
        {
            color: rgb( 242 , 242 , 242 );
            text-decoration: none;
            font-size: 10px;
        }
        #newInner a:hover
        {
            color: rgb( 242 , 242 , 242 );
            text-decoration: none;
            font-size: 10px;
        }

        #newPic
        {
            margin: 0px auto 10px auto;
            width: 100%;
            height:35px;
            text-align: center;
        }

        #newPicRss
        {
            border:0;
            margin: 0px;
            float: left;
            width: 40px;
            height: 40px;
            background-color: rgb( 242 , 242 , 242 );
            margin: 5px 0px 0px 0px;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            -ms-border-radius: 10px;
            -o-border-radius: 10px;
            border-radius: 10px;
            background-image: url(pag_new_rss.png);
            background-repeat:no-repeat;
            background-position: center center;
        }

        #newPicBlo
        {
            border:0;
            margin: 0px;
            float: right;
            width: 40px;
            height: 40px;
            background-color: rgb( 242 , 242 , 242 );
            margin: 5px 0px 0px 0px;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            -ms-border-radius: 10px;
            -o-border-radius: 10px;
            border-radius: 10px;
            background-image: url(pag_new_blo.png);
            background-repeat:no-repeat;
            background-position: center center;
        }

        #new a, a:link, a:visited a:active
        {
            text-decoration: none;
        }
        #new div.spacer
        {
            font-size: 3px;
            margin: 0px;
        }
        #new div.itemOuter
        {
            font-size: 3px;
            color:  rgb(  47 ,  79 ,  79 );
            background-color: rgb( 242 , 242 , 242 );
            width: 100%;
            font-style:normal;
            text-decoration: none;
            margin: 0px;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            -ms-border-radius: 10px;
            -o-border-radius: 10px;
            border-radius: 10px;
        }
        #new div.itemInner
        {
            width:90%;
            margin: auto;
            font-size: 8px;
            text-align: center;
            text-decoration: none;
        }
        #new p.title
        {
            color:  rgb(  77 , 183 ,  73 );
            background-color: rgb(  68 , 100 ,  61 );
            width: 100%;
            font-size: 10px;
            font-weight: bold;
            margin: 0px auto;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -ms-border-radius: 5px;
            -o-border-radius: 5px;
            border-radius: 5px;
            text-decoration: none;
        }
        #new p.spacer
        {
          margin: 0px;
          font-size: 3px;
          color: rgb( 242 , 242 , 242 );
        }

