/*this first part is to set the font style, color and size of your text, as well as the background color of the page */

body {	background-image:url(http://www.baseballfarming.com/imgs/backimage.gif);
	background-position:top left;
	background-color:#fff;
	}
	
body, td {
	font:13px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#000;
	margin: 0px;
	}
	
h1, h2, h3 {
	margin:6px 0px 14px 0px;
	}
	
h1 {
font-size:24px;
	}
	
h2 {
	font-size:20px;
	}

h3	{
	font-size:16px;
	}


.c2Form {
        background-color: #e7e7e7;
        border:2px dashed red;
        padding:10px;
}

body .InvSquestions { font-size: 12px }
body .titleInput { width: 50% } 
body .dividerRule { border-top: 0px }
body .storyInput { height: 100px }
body .vIsText_3000 { height: 85px }


