body {
  color: #393733;
  margin: 0;
  padding: 0 10px;
  text-align: center;
  background-color : #FFCDA1;
/* background:#795D11 url(../images/bodyBg.png) 0 0 repeat-x}
  width : inherit;
  background-repeat : repeat-x;*/
  font-family: 'Verdana', 'Tahoma', 'Arial', sans-serif;
  font-size:11pt;
}
.arts{
padding:10px 5px 5px 5px;
}
a:link {
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #0000FF;
}
a:hover {
	text-decoration: none;
	color: #393733;
}
a:active {
	text-decoration: underline;
	color: #0000FF;
}