body { 
    margin: 0; 
} 

#hud {
	position: absolute;
    left: 10%;
    width: 80%;
    bottom: 5%;
    height: 160px;

	z-index: 100;
	display:block;

    border-radius: 1%;
    border-width: 10px;
    border-style: double;
    border-color: rgb(11, 194, 54);;
    background-color: rgba(0, 0, 0, 80%);
}

#factionList {
	position: absolute;
    left: 10%;
    width: 200px;
    top: 10px;
    height: 200px;

	z-index: 100;
	display:block;

    border-radius: 1%;
    border-width: 10px;
    border-style: double;
    border-color: rgb(11, 194, 54);;
    background-color: rgba(0, 0, 0, 80%);
}

#worldBuildList {
	position: absolute;
    right: 9%;
    width: 200px;
    top: 10px;
    height: 280px;

	z-index: 100;
	display:block;

    border-radius: 1%;
    border-width: 10px;
    border-style: double;
    border-color: rgb(11, 194, 54);;
    background-color: rgba(0, 0, 0, 80%);
}

#stats {
	position: absolute;
    left: 10%;
	width: 220px;
	top: 5%;
    height: 300px;

	z-index: 100;
	display:block;

    border-radius: 1%;
    border-width: 5px;
    border-style: double;
    border-color: rgb(11, 194, 54);;
    background-color: rgb(0, 0, 0);
}

tr {
    vertical-align: top;
}

.hud {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color:rgb(24, 183, 34);
}

.hudText {
    margin-left: 10px;
}

.alignLists {
    text-align: center;
}

.Chaos {
    color: #6614F5;
}
.UEC {
    color:#E8B705;
}
.Tau {
    color:#C40606;
}
.Necron {
    color:#0AA82D;
}