p {
    color: #9ad8fb;
}

a {
    color: #a984d9;

}

body{
    color: #3dbaff;
    background-image: url("/images/background.gif");
}

#Banner {
    background-color: #002863;
    text-align: center;
    font-size: 2em;
    
    margin: 1px;
    padding: 1px;

    border-style: solid;
    border-width: 4px;
}

.MeFace{
    border-style: double;
    border-width: 5px;
}

#About{
    background-color: #002863;

    padding: 50px;

    border-style: solid;
    border-width: 10px;

    position: relative;
    bottom: 1px;
    float: left;
    left: 1px;
    width: 260px;
}

#Stuff  {
    text-align: center;
    background-image: url("/images/background02.png");
    font-size: 1.5em;
    
    width: 800px;
   
    border-color: #007d85;
    border-style: solid;
    border-width: 10px;

    float: right;
    position: relative;
}

#Social {
    text-align: center;
    background-color: #002863;
    font-size: 1.5em;

    margin: 20px;
    padding: 20px;
    width: 700px;

    border-style: solid;
    border-width: 10px;

    float: right;
    position: relative;
}

#news{
    background-color: #002863;
    text-align: center;
    font-size: 1em;
    
    margin: 100px;
    padding: 10px;

    border-style: double;
    border-width: 4px;
}
