.pageBody { background-image:url(ImageHandler.ashx?ImagePath=App_Themes/Default/BlogDefaultBackground.png); } .bodytext { font-family:Arial; font-size:11px; color:Black; } A:link { text-decoration:none; } A:hover { text-decoration:underline; } .toolbarText { font-family:Arial; font-size:11px; color:black; text-decoration:none; } .sectionTitle { font-family:Arial; font-size:14px; color:#999999; } .links { font-family:Arial; font-size:12px; color:Navy; } .star { cursor:pointer; background-image:url(ImageHandler.ashx?ImagePath=images/star.png); width:12px; height:12px; } .filledstar { cursor:pointer; background-image:url(ImageHandler.ashx?ImagePath=images/star.png); width:12px; height:12px; } .waitingstar { cursor:pointer; background-image:url(ImageHandler.ashx?ImagePath=images/graystar.png); width:12px; height:12px; } .emptystar { cursor:pointer; background-image:url(ImageHandler.ashx?ImagePath=images/graystar.png); width:12px; height:12px; }