/*these styles do a small alteration to the data2 styles that are in the main style sheet*/
table.data2{
   width:70%;
}
table.data2 td{
   text-align:left;
}
/*this changes the main ul style*/
ul{line-height:.7em;
}
/*this changes the h4 style for the committee pages only*/
h4{color:#B3202C; font-size:1.2em; font-weight:600; margin:0; padding:0; margin-top:1.5em;
}