body {
    background-color: rgb(252, 254, 255);
    font-family: arial;
    font-size: 13px;
}
#headertext {
    font-size: 20px;
}
#specialnav {
    border: none;
}
nav {
    border: 1px solid black;
}
#normalnav {
    border: none;
}
#headerbox {
    padding: 10px;
    font-size: 30px;
    text-align: center;
    background-color: rgb(72, 185, 255);
}
#Choose {
    text-align: center;
}
#headerbox img{
    width: 500px;
}
.Boxes{
    border: 1px solid black;
}
a:link {
    color: black;
}
a:hover {
    color: blue;
}
a:visited {
    color: purple;
}
#Conduct{
    text-align: center;
}
#Download {
    text-align: center;
    font-size: 30px;
    border: 1px solid black;
    border-bottom: none;
    border-left: none;
    border-right: none;
    padding: 3%;
}
#instructions {
    margin-left: 2%;
}