
.t_red h1 {
    text-decoration: line-through;
}
.t_red h2 {
    text-decoration: line-through;
}
.t_red_2 h1 {
    color: red;
}

#nav_vert {
height: 140em;
}
#hsnpi {
    float: none;
    width: 60%;
    padding-left: 5%;
    padding-right: 5%;
}
#red_ball_list {
    float: none;
    text-align: center;
    color: darkgoldenrod;
    font-weight: bold;
}
#red_ball_list img {
    float: none;
    height: 1%;
    width: 1%;
    vertical-align: middle;
}
#maincontent {
}
#textmain {
    padding-left: 10%;
}
#textmain h3 {
    padding: 2em 0 1em 0;
}
#maincontent {
    padding: 2em 2em 2em 10%;
}
#to-do {
    padding-left: 14em;
}
#to-do ol li {
    margin-left: 1em;
}
#q_links ul {
    margin-left: 30%;
    
}
.t_center {
    text-align: center;
    margin-bottom: 2em;
}
.t_red {
    color: red;
}