body {
    background-color: black;
    font-family: verdana, sans-serif;
    color: white;
    text-shadow: 20px 20px 25px white;
}

p {
    text-align: justify;
}

a:link {
    color: skyblue;
}

a:visited {
    color: skyblue;
}

a:hover {
    color: blue;
}

a:active {
    color: white;
}

.TopTitle {
    border: 14px outset green;
    background-color: black;
    text-align: center;
    color: white;
}

.WeeklyNewsletterMajor {
    text-align: center;
}

.PictureCenterAlign {
    text-align: center;
}

.Specs {
    font-size: 25px;
}

.Email {
    text-align: center;
}

.FooterInfo {
    font-size: 7.5px;
    text-align: center;
}

.EthanK {
    text-align: right;
}

.UpdateList {
    text-align: center;
    color: goldenrod;
    font-weight: bold;
    font-size: 50px;
}

.About {
    text-align: center;
    color: red;
    font-size: 40px;
}

.UpdateListBorder {
    border: 1px outset goldenrod;
    text-align: justify;
    color: white;
}

img {
    border-radius: 15px;
}