Learn how to add a style to your feedburner links using CSS. Here's the CSS code you can modify.
#recentyoutube {
display: block;
margin-top: -45px;
background-image: url('images/recentYouTubeVids.jpg');
background-repeat: no-repeat;
width: 425px;
height: 264px;
padding-left: 35px;
padding-top: 60px;
}
#recentyoutube ul {
list-style-type: none
}
#recentyoutube a {
color: #000;
}