@charset "utf-8";
/* CSS Document */

body {
    color: #444444;
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    background-color: #000000;
}

h1 {
    font-family: "Apple ][";
    font-size: 25px;
    box-shadow: 0px 0px #030303;
    text-shadow: 1px 1px 10px #999;
    text-align: center;
    text-decoration: none;
    color: #64FF05;
    letter-spacing: 0.5em;
    line-height: 1.9;
    text-transform: uppercase;
    font-style: normal;
}
.header h1 em {
    font-style: normal;
    text-align: center;
}


h2 {
    color: #FF0000;
    font-size: 22px;
    letter-spacing: 0.025em;
    line-height: 1.1;
}

h3 {
    font-size: 16px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

a {
    color: #0092ff;
    text-decoration: none;
}

a:hover {
    color: #ffc200;
    text-decoration: underline;
}

p {
    font-family: "Tahoma";
    color: #71F4FF;
    text-shadow: 0px 0px;
    text-transform: none;
    box-shadow: inset 0px 0px #000000;
    text-align: center;
}

div {
    color: #DB0D10;
    text-align: center;
    box-shadow: 0px 0px #FF0004;
}
.copyright  {
    color: #FF9E00;
    text-align: center;
    clear: both;
    padding-top: 10px;
    margin-top: 10px;
    font-style: italic;
}

li {
    color: #D0FF00;
    text-align: left;
    text-decoration: none;
    list-style-type: circle;
    margin-top: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
}

hr {
    color: #666;
}
.a {
    color: #8883FF;
}

body main {
    width: 60%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    padding-bottom: 0px;
}
#photo {
    float: left;
    margin-right: 30px;
}
#content h1 .a {
    text-align: left;
}
