body
{
    background-color: azure;
}

h1 {
    color: darkblue;
    font-family: "Arial";
    font-size: 300%;
    font-weight: bold;
    text-align: center;
}

h2 {
    color: darkblue;
    font-family: "Arial";
    font-size: 200%;
    font-weight: bold;
    text-align: center;
}

h3 {
    color: darkblue;
    font-family: "Arial";
    font-size: 100%;
    font-weight: bold;
    text-align: center;
}

.mainBody {
    position: relative;
    min-height: 100%;
    overflow: visible;
    margin: 0px auto;
    width: 1000px;
}

.headbar
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 44px;
    background-color: azure;
    margin: 0;
    padding: 0;
    overflow: hidden;
    z-index: 1;
}

.headbutton
{
    float: left;
    display: block;
    background-color: azure;
    color: blue;
    font-family: "Arial";
    font-weight: bold;
    text-align: center;
    padding: 14px 16px;
    width: auto;
    text-decoration: none;
}

.headbutton:hover:not(.active)
{
    background-color: cyan;
}

.headbutton active
{
    background-color: #4CAF50;
}

.headbutton:last-child
{
    border-right: none;
}

.titleBack
{
    background-image: url('Data/Portfolio/Game/FarWestDefender/title.gif');
    width: 100%;
    height: 500px;
    background-size: 100%;
}

.titleImg
{
    position: relative;
    top: 15px;
    width: 20%;
    display: block;
    margin-left: 40%;
    margin-right: 40%;
}

.titleTxt {
    color: darkblue;
    font-family: "Arial";
    font-size: 500%;
    font-weight: bold;
    text-align: center;
    position: relative;
    bottom: 0px;
    width: 100%;
    z-index: 0;
}


.about {
    color: blue;
    font-family: "Arial";
    font-size: 500%;
    font-weight: bold;
    text-align: center;
    position: relative;
    top: -70px;
    width: 100%;
    z-index: 0;
}


.gamePanel {
	width:100%;
	height:110px;
    background:lightblue;
    padding:10px 10px 10px 10px;
	border-style: solid;
}

.indexBody {
	background-position: fixed;
	background-image:url('Data/background.png');
	background-repeat: repeat;
	background-position: center top;
	background-attachment: scroll;
	background-size: 100%;
}