@charset "utf-8";
/* CSS Document */

body {
    background-color: #99CCcc;
    text-align: center;
    background-image: url(../../images/colorful-illustration-vector.jpg);
}
h1 {
    color: #FFFFFF;
    font-family: "Times New Roman";
    font-size: 2em;
    box-shadow: 0px 0px #030303;
    text-shadow: 0px 0px 5px #000000;
    text-align: center;
    text-decoration: none;
}

p {
    color: #71F4FF;
    text-shadow: 0px 0px;
    text-transform: none;
    box-shadow: inset 0px 0px #000000;
    text-align: center;
}

a {
    color: #F8FF00;
    text-shadow: 0px 0px #000000;
    background-color: #000000;
}

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;
}
