By "subcategory" do you mean the text in the center column after you click a category in the sidebox? All of your text seems quite small, and you may want to consider resetting the basic body font size:
Code:
body {
margin: 0;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 62.5%;
color: #613d31;
background-image: url('http://lilmissprissboutique.com/includes/templates/mischiefpinkpolka/images/main_bg.jpg');
}
Styling like font and color is done in /includes/templates/your_template/css/stylesheet.css.
Install Firefox and its Web Developer and Firebug extensions. They will help you find the classes and ids to edit, and let you try things in real time before changing your actual files.