/* CSS Document */
.buttonscontainer {width: 105px;}

.buttons a {color: #FFFFFF;
background-color: #003366;
padding: 2px;
padding-left: 3px;
display: block;
border-bottom: 1px solid #999999;
font: 14px Tahoma, sans-serif;
font-weight: bold;
text-decoration: none;
text-align: left;}

.buttons a:hover {background-color: #FFFFFF;
color: #0000FF;
text-decoration: none;}
<!--
body {
	background-color: #003366;
	background-image: url();
}
h1 {font-family: Tahoma}
h2 {font-family: Tahoma}
h3 {font-family: sans-serif}
h4 {font-family: sans-serif}
h5 {font-family: Tahoma}
p {font-family: Tahoma}
.style2 {color: #FFFFFF}
.style3 {font-family: "Times New Roman", Times, serif}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.style4 {color: #999999}
-->
.bbcclass{
width: 550px;
padding: 3px;
background-color: #999999;
border: 1px solid ##FFFFFF;
}

.rsstitle{ /*shared class for all title elements in an RSS feed*/
font-weight: bold;
}

.rssdate{ /*shared class for all date elements in an RSS feed*/
color: gray;
font-size: 85%;
}

.rssdescription{ /*shared class for all description elements in an RSS feed*/
}