You make your own. You do it exactly like you would an HTML document, except you need to target the elements present in an RSS feed.
Here is an example of one stylesheet I did for an RSS feed:
rss{
font-family:Arial, Helvetica, sans-serif;
}
channel link, channel language, channel copyright,
channel managingEditor, channel webMaster, channel docs, channel lastBuildDate,
channel item pubDate{
display:none;
}
channel title {
display:block;
padding:1em;
color:#FFF;
border-bottom:1px solid black;
font-weight:bold;
font-size:140%;
background-color:#4483C7;
}
channel description{
display:block;
float:left;
font-size:130%;
margin:1em;
}
Note: this is not the entire file, just a piece so you can see it.
Also, you link to your stylesheet after the XML declaration, for example:
<?xml-stylesheet type="text/css" href="/path/to/stylesheet.css" ?>
Here is the link: http://www.ourladyofgrace.com/Bulletins/olg_bulletins.xml