/*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 {
font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
font-size: 11pt;
background-color: #cedde8;
}

p, li, td {
font-family: 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif;
font-size: 11pt;
}

.intro {
font-weight:bold;
color: #6a95b8;
}

/*this changes the headings, you can alter the size font type, and the color of these */

h1 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 18pt; color: #ff4040;font-weight:bold;text-align:center}
h2 { font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; font-size: 16pt; color: #ff4040;font-weight:bold;text-align:center}
h3 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14pt; color: #6a95b8;font-weight:bold;text-align:left;border-bottom: 1px solid #6a95b8}
h4 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12pt; color: #000;font-weight:bold;text-align:left;border: 1px dotted #000;}

.c2Form {
        background-color: #e2e5cb;
        border:2px dashed #6a95b8;
        padding:10px;
}

body .InvSquestions { font-size: 12px }
body .titleInput { width: 50% } 
body .dividerRule { border-top: 0px }
body .storyInput { height: 150px }
body .vIsText_3000 { height: 85px }

