/* This CSS code controls the borders around everything */
#all {
    width: 1000px;
    border: 1px solid #000;
    margin: 0 auto;
    overflow: auto;
}
#all img {
    float: right;
    width: 30%;
    padding: 10px;
}
#all p {
    font-size: 16px;
    line-height: 1.5;
    text-indent: 20px;
    margin: 0 0 12px;
    padding: 4px;
}
#all h1 {
    border-bottom: 2px solid #000;
    color: #333;
    margin:0 0 12px;
}
#all a:link {
    color: #002f5e;
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 10px;
}
#all a:visited {
    color: #FF0000;
    text-decoration: underline;
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 10px;
}
#all a:hover {
    color: #00FF00;
    text-decoration: underline;
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 10px;
}
#all a:active {
    color: #002f5e;
    text-decoration: underline;
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 10px;
}
#all a:focus {
    color: #fbff00;
    text-decoration: underline;
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 10px;
}