There are pretty much free-template sites on the net. Maybe you could download one, wrapp it around your app and it will be fine for now. Just search google for "Free css templates" or something similar. For example: http://freecsstemplates.com/
EDIT
Sorry, no I understood, what you meant by "text only". Here's a suggestion
body {
color: #2F2F2F;
font-size: small;
font-family: arial, verdana, tahoma, sans-serif;
}
h1 {
size: 130%;
border-bottom: 1px solid #888;
}
h2 {
size: 120%;
border-bottom: 1px solid #888;
}
h3 {
size: 110%;
}
h4 {
size: 107%;
border-bottom: 1px solid #888;
}
h5 {
size: 105%;
}
h6 {
size: 102%;
}
a {
color: #39F;
text-decoration: none;
}
a:hover {
color: #00F;
text-decoration: underline;
}
This of course is only a small excerpt. When I'm home I could provide a "text-only" css-template via my homepage, if you need one.
regards