.fphome {
width: 170px;
padding: 4px;
color: white;
/* background-color: #1E518A; */
background-color: transparent;
border: 0px solid black;
margin-bottom: 1em;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=80);  /*Specify fade effect in IE. Remove if desired.*/
-moz-opacity: 0.8;  /*Specify fade effect in Firefox. Remove if desired.*/
}

.rsstitle a { /*shared class for all title elements in an RSS feed*/
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
color: white;
font-weight: bold;
text-decoration: none;
}

.rsstitle a:link {
color: white;
text-decoration: none;
}

.rsstitle a:visited {
color: white;
text-decoration: none;
}

.rsstitle a:hover {
color: white;
text-decoration: underline;
}

.rssdate{ /*shared class for all date elements in an RSS feed*/
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
color: white;
}

.rssdescription{ /*shared class for all description elements in an RSS feed*/
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
color: white;
}
