
body {
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
}

.newstape a {
	color: #4a0095;
}

#wrapper {
  width: 100%;
  margin: 0 auto;
}

.text-center { text-align: center; }

.text-right { text-align: right; }

.text-justify { text-align: justify; }

.newstape {
	background-color: #FFFFFF;
	color: #666;
	height: 400px;
	overflow: hidden;
}

.newstape-content {
  position: relative;
  padding: 0px;
}

.newstape-drag { cursor: ns-resize; }
