/*backgrounds*/
.bgblack {
  background-color: black;
}

.bg00 {
  background-image: url(../index/bg/09.gif);
  background-color: #101f36;
}

.bg01 {
  background-image: url(../index/bg/11.jpg);
  background-color: #50c5bd;
}

.bg02 {
  background-image: url(img/bg.png);
  background-color: white;
}


/*page content*/
.pgcontain {
  width: 435px;
  margin: auto;
}

body {
  margin: 0;
  padding: 0;
}

.contain {
  border: double 3px #008fec;
  padding: 8px;
  background-color: rgb(0, 0, 0, 0.4);
}

/*music player*/

* {
  box-sizing: border-box;
}

/*text formats*/
p {
  margin: 0;
  font-family: sans-serif;
  font-size: 16px;
  color: darkgrey;
  text-indent: 40px;
  text-align: justify;
}

ul {
  margin: 0;
  font-family: sans-serif;
  font-size: 16px;
  color:#008fec;
  text-align: justify;
}

li {
  margin-bottom: 20px;
  margin-left: -20px;
}

table {
  border: 10px;
	text-align: left;
}

th {
  margin: 0;
  font-family: sans-serif;
  font-size: 16px;
  color: black;
  text-align: justify;
  background-color: #008fec;
}

td {
  margin: 0;
  font-family: sans-serif;
  font-size: 16px;
  color: darkgrey;
  text-align: justify;
}

a {
  color: #008fec;
}

a:hover {
  font-style: normal;
  text-decoration: none;
  color: white;
}

.redhighlight {
  font-family: sans-serif;
  background-color:darkred;
  color: black;
  font-weight: bold;
}

.title1 {
  text-indent: 0px;
  color: black;
  font-size: 50px;
  font-family: sans-serif;
  font-weight: bolder;
  text-align: justify;
  text-align-last: justify;
  background-color: #008fec;
}

.title2 {
  color: black;
  font-size: 18px;
  font-family: sans-serif;
  font-weight: bolder;
  text-align: right;
  background-color: #008fec;
}

.header1 {
  text-indent: 0px;
  color: black;
  font-weight: bold;
  font-size: 40px;
  background-color: #008fec;
}

.header2 {
  text-indent: 0px;
  color: #008fec;
  font-weight: bold;
  font-size: 24px;
}

.header3 {
  text-align: center;
  color: #008fec;
  text-indent: 0px;
  font-weight: bold;
  font-size: 36px;
  text-decoration: underline;
}

.header4 {
  text-indent: 0px;
  color: #008fec;
  font-weight: bold;
  font-size: 36px;
  text-align: left;
  background-color: #008fec;
  color: black;
  padding: 0 5 0 5;
  word-wrap: break-word;
}

.subheader1 {
  text-indent: 0px;
  color: #008fec;
  font-weight: bold;
  font-size: 16px;
}

.subheader2 {
  text-indent: 0px;
  text-align: center;
  color: #008fec;
  font-weight: bold;
  font-size: 16px;
}

.imgfloatleft {
  border: double 1px #008fec;
  padding: 1px;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.gallery {
  width: 100%;
}

.gallery img {
  width: 100%;
}