body {
    font-family: Arial, Helvetica, sans-serif;
    background: linear-gradient(to bottom right, aqua, blue);
    background-repeat: no-repeat;
    background-attachment:fixed;
    width: auto;
}

p {
    font-size: 24px;
    text-align: center;
    white-space: pre-wrap;
}

#blogTitle {
    text-align: center;
    font-size: 72px;
    font-weight: lighter;
    margin: 0%;
    padding-top: 24px;
}

#programLine {
    width:512px; 
    border-color:black;
}

#selectPageLbl {
    text-align: center;
    font-size: 24px;
    margin: 12px;
}

/*Classes*/
