.new1{
 color: green;
}

.none{
 text-decoration: none;
 color: black;
} 

p{
 line-height: 150%;
}

h1{
 background-color: rgb(200, 200, 200);
 padding: 20px;
}

h2{
 background-color: rgb(185, 200, 185);
 padding: 10px;
}

th.tt{
 font-size: smaller;
 font-weight : normal;
 text-align: center;
 background-color: rgb(170, 221, 170);
}

td.tt{
 font-size: smaller;
 font-weight : normal;
}

.edu{
 font-size: smaller;
 font-weight : normal;
 color: rgb(255, 0, 0);
}
