@charset "utf-8";
/* CSS Document */

* {
margin: 0;
padding: 0;
}

body {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: normal;
font-style: normal;
color: #ffffff;
background-color: #1b1b1b;
padding: 0;
margin: 10px 0 50px 0;
overflow: scroll;
overflow: -moz-scrollbars-vertical;
}

h1 {
font-family: "Arial Black", Arial, Helvetica, sans-serif;
font-size: 30px;
color: #ff0000;
}

h2 {
font-size: 24px;
font-weight: bold;
padding-bottom: 20px;
color: #ffff00;
}

h3 {
font-size: 14px;
font-weight: bold;
padding: 50px 0 30px 0;
}

p {
padding-bottom: 20px;
}

a {
outline: none;
}

img, a img {
border:0;
}

strong {
font-weight: normal;
}

ul {
list-style-type: none;
width: 500px;
margin: 0 auto;
/* border: 1px solid white; */
}

li {
display: inline;
}

li a img {
margin: 10px;
}

a:link {
font-weight: bold;
color: #ffff00;
text-decoration: none;
}

a:visited {
font-weight: bold;
color: #ffff00;
text-decoration: none;
}

a:hover {
font-weight: bold;
color: #ff0000;
text-decoration: none;
}

a:focus {
font-weight: bold;
color: #ffff00;
text-decoration: none;
}

a:active {
font-weight: bold;
color: #ffff00;
text-decoration: none;
}

#wrapper {
width: 802px;
margin: 0 auto;
text-align: center;
}