html
{
    background-color: #1c1c1c;
}

/* 
body
{
    width: 85%;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-right: auto;
    margin-left: auto;
    background-color: #ffaa33;
    font-family: helvetica;

    border-radius: 10px;
    border-width: 6px;
    border-color: #cc5200;
    border-style: solid;
}
*/

p
{
    background-color: #ff6600;
    margin-left: 20px;
    padding: 20px;
    width: 45%;
    line-height: 20px;
    border-radius: 10px;
    border-width: 4px;
    border-color: #cc5200;
    border-style: solid;
}

h1
{
    font-family: helvetica;
    background-color: #222222;
    color: #e6e6e6;
    border-top: 6px solid #cc5200;
    border-bottom: 6px solid #cc5200;
    text-align: center;
}

h3
{
    color: black;
    margin-left: 307px;
}

h4
{
    color: black;
    margin-left: 35px;
}

ul
{
    color: black;
    width: 100%;
}

ol
{
    color: black;
    width: 100%;
}

li.headcrab
{
    list-style-image: url('./Photos/headcrab.png');
    line-height: 0px;
    margin-left: 50px;
    text-align: left;
}

li
{
    line-height: 25px;
    margin-left: 50px;
    padding-bottom: 0px;
}

figure
{
    text-align: left;
    margin: 10px;
}

img 
{
    height: 300;
    width: auto;
    border-color: #ff6600;
    border-width: 6px;
    border-radius: 20px;
    border-style: solid;
    margin: 10px;
}

table
{
    background-color: #ff6600;
    margin-left: 20px;
    padding: 20px;
    width: 40%;
    border-radius: 10px;
    border-width: 4px;
    border-color: #cc5200;
    border-style: solid;
}

tr.first
{
    background: #ffaa33;
    text-align: center;
}

tr.second
{
    background: #cc5200;
    text-align: center;
}

td.cim
{
    text-align: left;
    padding-left: 2%;
    padding-right: 0px;
}

a
{
    background-color: #222222;
    margin: 5px;
    padding: 3px;
    border-radius: 7px;
    border-width: 2px;
    border-color: #1c1c1c;
    border-style: solid;
    color: #e6e6e6;
    display: inline-block;
    font-family: Impact;
    letter-spacing: 0.1px;
}

div.bodyone
{
    width: 85%;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-right: auto;
    margin-left: auto;
    background-color: #ffaa33;
    font-family: helvetica;

    border-radius: 10px;
    border-width: 6px;
    border-color: #cc5200;
    border-style: solid;
}