/* CSS Document */


<style type="text/css">
p.dropcap:first-letter {
float: left; /* Make the text flow around the letter */
font-family: Times, Times New Roman, Serif; /* Use whatever font fits your site */
color: #00FF00; /* Color of the font */
font-size: 2em; /* Makes the letter twice the size of the rest of the text */
font-weight: bold; /* Don't need it, but looks good */
line-height: 1em; /* Adjustment for IE. Otherwise it doesn't line up correctly */
padding-right: 0.15em; /* If it's getting crowded - adjust */
}
</style>