body {
  font-family: Arial,Microsoft JhengHei,sans-serif;
}

.logo1{
	position: relative;
	top: 10px;
	left: 20px;
}

.img-right{
	float: right !important;
}

.pad0{
	  padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 0px;
    padding-right: 0px;
    display: inline-block;
}
.pad0 > a:hover {
  color: #1939E6;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  bottom: 20px;
}

.pad0 > img:hover {
  cursor: pointer;

}


.ptitle{
	color: #342E2E;
	text-align:center;
}


.pad{
	padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
}

.pad > a:hover {
  color: #ffcc66;
  cursor: pointer;
  background-color: #141313;
  border-bottom-color: transparent;
  text-decoration: none;

}

a:hover img {
transform: scale(1.005)
}

.aheader {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
  background-color: #337ab7;

}

.bg-black{
	color: #DBD8D8;
	background-color: #141313;
	display: block;

}


.bkimg{
  display: block;
  max-width: 100%;
  min-height: 100%;
  position:absolute;
}

.title{
  padding: 2%;
  text-align: center;
  overflow: hidden;
  height: 40px;
  white-space: nowrap;
  text-overflow: ellipsis;

}

.footer{
	text-align: center;
	color: #C4BDBD;
	padding-top: 3%; 
}