body {
	background-color : #000000;
	/*background-image : url(picture/bg.jpg);*/
	background-repeat : no-repeat;
  background-position : left top;
	font-family : "Times New Roman CE", "Helvetica CE", "Times New Roman", Helvetica, sans-serif;
  color: #FF9933;
  text-align : justify;
  font-size: small;
	top : 80px;
	width : 750px;
  left : 0%;
  text-indent: 20px;
	z-index : 0;
	position : relative;
}

body.gallery_detail {
	background-color : #000000;
	background-image : none;
	font-family : "Times New Roman CE", "Helvetica CE", "Times New Roman", Helvetica, sans-serif;
  color: #FF9933;
  text-align : center;
	top : 0px;
	width : 750px;
  left : 0%;
  text-indent: 20px;
	z-index : 0;
	position : relative;
}

img {
  border-color: #FF9933;
}

a {
	color : #FF9933;
	text-decoration : none;
  font-weight: bold;
}

a:hover{
	color : #FF9933;
	text-decoration : underline;
}

