body {
    font-family: arial, sans-serif;
}

li a {
    text-decoration: none;
    color: black;
}

a {
    color: #6A9E08;
    text-decoration: none;
}

img {
    border-style: none;
}

#wrapper {
    width: 850px;
    margin: 0px auto;
    border: 4px solid;
}

#header {
    padding: 10px;
    height: 90px;
    background-color: #6A9E08;
}

#headertext {
    float: right;
    font-size: 50px;
    padding-right: 10px;
    font-weight: bold;
}

#headeritems {
    font-size: 20px;
    float: right;
}

#linkbar {
    position: relative;
    top: -20px;
    background-color: #6A9E08;
    float: left;
}

#linkbar li {
    float: left;
    width: 110px;
    text-align: center;
    background-color: grey;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 1px;
    font-size: 25px;
    list-style: none;
    display: inline;
    margin-right: 10px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
    border: 1px solid black;
    border-bottom: none;
}

#linkbar li:hover{
    background-color: white;
}

li#active {
    background-color: white;
}

#content {
    width: 100%;
    float: left;
    min-height: 370px;
}

.or {
    font-size: 40px; 
    padding: 50px;
}

#battle {
    padding-top: 20px;
    padding-bottom: 20px;
}

.tablehead {
    font-size: 30px;
}

#battle table{
    margin-left: 50px;
    margin-right: 50px;
}

#battle td{
    width: 33%;
}

#footer {
    background-color: black;
    color: white;
    padding-left: 20px;
    line-height: 130px;
    height: 80px;
    clear: both;
}

#copy {
    padding: 50px;
    display: block;
}

.error {
    color: red;
    font-weight: bold;
}

#lastround {
    padding: 20px;
    padding-top: 0px;
    font-size: 20px;
    font-weight: bold;
}

.item1, .item2 {
	 cursor: pointer;
}

#top10, #bottom10 {
    width: 100%;
    text-align: center;
}