﻿#header {
    background-color: #3399ff;
}

#headline1 {
    color: Blue;
    font-size: 64px;
    line-height: 22px;
}

#headline2 {
    color: Purple;
    font-size: 24px;
    line-height: 34px;
}

body {
    background-color: AliceBlue;
}

#divPage {
    width: 89%;
    background-color: Ivory;
}

p {
    position: relative;
    right: 35px;
}
