body {
    background-color: #000000;
    color: #ffffff;
    margin: 0;
    padding: 0;
    font-family: 'Comic Sans MS', cursive;
    background-image: url("../imgs/stars4.gif");
	cursor: url("../imgs/mcws.cur"), auto;
    background-repeat: repeat;
    background-attachment: fixed;
    background-size: 15%;
    	overflow-x: hidden;
	overflow-y: scroll;
}

.home-button {
  position: absolute;
  bottom: auto;
  left: 50%;
  transform: translateX(-50%);
}

.home-button a {
  display: block;
  text-align: center;
}

.home-button img {
  max-height: 50px;
}

a {
    cursor: url("../imgs/mcds.cur"), auto;
}

#main-content {
    width: 90%;
    margin: 0 auto;
}
	
	table {
      width: 100%;
      text-align: center;
    }

    table img {
      max-width: 100%;
      height: auto;
      display: block;
      margin: 0 auto;
    }
	
    ul {
      list-style: none;
      text-align: center;
      padding: 0;
    }

    li {
      font-weight: normal;
      font-style: normal;
      margin-bottom: 15px;
    }
    h1 {
      font-weight: bold;
      text-align: center;
    }
	
	.title {
  color: red;
  text-align: center;
  font-family: 'Comic Sans MS', cursive;
  font-size: xxx-large;
}

.subtitle {
  color: #F27214;
  text-align: center;
  font-size: 22px;
}

.header-color1 {
  color: #3131ff;
  font-weight: bold;
  font-size: 20px;
}

.text-color1 {
  color: green;
  font-weight: normal;
  font-size: 18px;
}

.header-color2 {
  color: #8A2BE2;
  font-weight: bold;
}

.text-color2 {
  color: #DC143C;
}