body {
 background-image: url(images/background.jpg);
 background-color: #FFFFFF;
 font: 14px Times New Roman;
 text-align: left;
 margin: 0;
 padding: 0;
}

div, p, td {
 font: 14px Times New Roman;
}

div {
 text-align: left;
}
 
p.footer { 
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 text-align: center;
}

h1 {
 color: gray; 
 font-family: Arial, Helvetica, sans-serif; 
 font-size: 18px; 
 font-weight: bold;
}

h2 {
 font: bold 14px Times New Roman;
 text-align: left;
 color: white;
}
 
td.feature_leftcol {
 border-bottom: solid 1px #FFFFFF;
 }

td.feature_rightcol {
 border-bottom: solid 1px #333333;
}
