body {
background: #ffffff;
}

/* link styles */
A:link {
color: #FFFf00;
text-decoration: none;
}

A:visited {
color: #ffff00;
text-decoration: none;
}

A:active {
color: #ffff00;
text-decoration: none;
}

A:hover {
text-decoration: underline;
color: #ffffff;
}
/* link styles */

.featuresheader {
font-family: verdana, sans-serif;
font-size: 16px;
font-weight:bold;
color: #ffff00;
text-align: center;
}

.feature {
font-family: verdana, sans-serif;
font-size: 16px;
font-weight:bold;
}

.featuretype {
font-family: verdana, sans-serif;
font-size: 12px;
font-weight:bold;
color: #056A93;
}

.featuredescription {
font-family: verdana, sans-serif;
font-size: 12px;
color: #ffffff;
}

.table {
background: #686868;
}

.greencell {
background: #72B23B;
border: #000000 1px solid;
}

.greencell2 {
background: #68A137;
border: #000000 1px solid;
}

.greencell3 {
background: #82C349;
border: #000000 1px solid;
}