
body { font-family: 'roboto', Arial, Helvetica, sans-serif ;background-color: #FFFFFF; }

.newstape a { color: #333333; }

#wrapper {
  position: relative;
  top:-135px;
  left:10px;
  width: 1000px;
  margin: 0 auto;
  
   border: 2px solid #a9380e;
 border-radius:5px;
 box-shadow:2px 2px 4px #333333;
}

.text-center { text-align: center; color: #a9380e;}

.text-right { text-align: right; }

.text-justify { text-align: justify; }

.newstape {
  background-color: #f9f9f9;
  color: white;
  height: 400px;
  overflow: hidden;
}

.newstape-content {
  position: relative;
  padding: 15px;
  font-size:16px;
}

.newstape-drag { cursor: ns-resize; }
