/*
Theme Name: mystyle
Theme URI: example.com
Description: My Beloved Style
Version: 1.0
Author: your-name
*/ 

h3#storytitle { 
   font-family: Arial, Verdana; 
   font-weight: bold; 
   font-size: 14px; 
   margin: 0;   
   padding: 0; 
   }
   
h3#storytitle a { text-decoration: none; color: #f48ca3; }

a:visited { color: #f386c1; }

img#imageTitle { margin: 0 0 0 -1px; padding: 0; }

.storycontent p { font: 11px Verdana; }

.author { margin-bottom: 40px; }

img.marginTop {margin-top: 25px; }

div#searchBox { margin-bottom: -10px; text-align: center; }

.date { font: italic bold 11px Verdana; margin-left: 1px; }

textarea#comment { 
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #F48CA3;
	border: 1px solid #000000;
}

input {
	font-size: 10px;
	color: #000000;
	background-color: F48CA3;
	border: 1px solid #000000;
}