/* Style Sheet for Charter Request Form */

body {background-color: #ffffff;
      font-style: normal;
      font-family: "Comic Sans MS", "Times New Roman", Arial, sans-serif;
      text-align: justify; color: navy;
	  margin-left: +75px;
	  margin-right: +75px;
	  }

table {margin-left: 5%; margin-right: 5%;}
	  
p {margin-left: 5%; margin-right: 5%; text-align: justify;}	  
	  
a:link {color: blue }
a:active {color: red }
a:visited {color: purple }

h1 {font-family: Coolsville, "Comic Sans MS", "Times New Roman", Arial, sans-serif;
   color: navy;
   font-style: italic;
   font-weight: bolder;
   text-decoration: underline;
   text-align: center;
   letter-spacing: 3px;
   }

h2,h3,h4 {font-family: Coolsville, "Comic Sans MS", "Times New Roman", Arial, sans-serif;
         color: navy;
   	 font-style: italic;
   	 font-weight: normal;
   	 text-decoration: underline;
   	 text-align: center;
   	 letter-spacing: 2px;
   	 }

blockquote {color: navy;
            font-family: Arial, Courier, sans-serif;
            font-size: 10pt;
            margin-left: 10%;
			margin-right: 10%;
            text-align: justify;
			}

li {list-style-type: disc;
   font-family: "Comic Sans MS", "Times New Roman", Arial, sans-serif; }

li li {list-style-type: circle; }

address {font-style: italic;
         font-family: "Times New Roman", serif;
         font-size: 14pt;
         color: navy;
		 }

.just {text-align: justify; }
.mar1 { margin-left: 12%; margin-right: 12%; }
.mar2 { margin-left: 10%; }

td.fnt {font-family: Arial,sans-serif;
		font-style: normal;
		font-weight: bold;
		font-size: 9pt;
		text-align: center;
		}
		
img.gen {float: left; width: 200px; height: 250px; border: 0px; }		       		
