/*

   Airtroopers Style Sheet
   Author: Thomas Smeenge
   Date:   02/16/2016

   Filename:airtroopers.css
   Supporting Files: none

*/

/* Section Styles */
header{
    font: 55px bold Verdana, Arial,san-serif;
    text-align:center;
    margin: 5px;

}

body {
    margin: 0px;
    padding: 0px;
    background-color:#292929;
}
div.container{
    width:1200px;
    min-height:600px;
    padding:20px;
    margin:0 auto;
    background:#808080;
    border:thin solid #302727;
    border-top:none;
    font-family: Verdana, Geneva, sans-serif;
}
.menu {
    margin:0 0 20px 0;
    font-size:24px;
    font-family: "DejaVu Serif Condensed", "Times New Roman", serif;
    border:none;
    text-align:center;
}
div.menu ul{
    margin-top:0;
    margin-bottom:0;
    list-style-type:none;
    background:#808080;
}
div.menu li{
    display:inline;
    list-style-type:none;
    padding:0 6px;
    background:#808080;
}
div.menu li a{
    text-decoration:none;
    color:#CC0000;
}
div.menu li.currentmenu a{
    text-decoration:underline;
    color:#CC0000;
    font-weight:bold;
}
div.menu li a:hover{
    text-shadow:0.1em 0.15em 0.2em black;
    text-decoration:underline;
}
div.generator{
    text-align: center;
}
table {
    background:#c0c0c0;
}
td {
    height:10px;
    width:10px;
}
td.white{
    background:white;
    color:black;
}
td.black{
    background:black;
    color:white;
}
.profilel{
    float:left;
    margin: 0 0 0 20px;
}
.nextto{
    floar:right;
    margin: 20px 0px 0px 0px;
    height: 330px;
}
.menu {
    margin:0 0 20px 0;
    font-size:24px;
    font-family: "DejaVu Serif Condensed", "Times New Roman", serif;
    border:none;
    text-align:center;
}
div.games ul{
    font-size:20px;
    font-family: "DejaVu Serif Condensed", "Times New Roman", serif;
    margin-top:0;
    margin-bottom:0;
    list-style-type:none;
    background:#808080;
}
div.games li{
    list-style-type:none;
    padding:0 6px;
    background:#808080;
}
div.games li a{
    text-decoration:none;
    color:#AF0000;
}
div.games li.currentmenu a{
    text-decoration:underline;
    color:#AF0000;
    font-weight:bold;
}
div.games li a:hover{
    text-shadow:0.1em 0.15em 0.2em black;
    text-decoration:underline;
}
