h1 { font-family: "Comic Sans MS", sans-serif;
	      color: navy;
		  font-size: 16pt;
		  text-align: center
	    }

h2 { font: 14pt "Comic Sans MS", sans-serif;
     text-align: left;
	 color: navy
   }
   
h3 { font: 12pt "Comic Sans MS", sans-serif;
     text-align: left;
	 color: #9E0111
   }
   
h4 { font: bold 14pt Arial, sans-serif;
     text-align: center;
	 color: #9E0111
   }
   
tr { font: 10pt "Arial", sans-serif;
	 vertical-align: top;
	 color: navy
   }
		
*.footer { font-family: Arial, sans-serif;
	         color: white;
		     font-size: 10pt;
	         text-align: center;
			 vertical-align: center
		   }
		 
*.bigred { font-family: "Comic Sans MS", sans-serif;
	      color: #9E0111;
		  font-size: 20pt;
		  font-style: italic;
		  font-weight: bold
	    }
		
*.bigblue { font-family: "Comic Sans MS", sans-serif;
	      color: navy;
		  font-size: 20pt;
		  font-style: italic;
		  font-weight: bold
		  }
		  
*.biggreen { font: bold 16pt Arial, sans-serif;
     text-align: center;
	 color: #00793D
	    }

		
*.bignavy { font-family: Arial, sans-serif;
	      color: navy;
		  font-size: 14pt;
	    }
			
*.widespacing { line-height: 150% }

*.redBorder { border: 2px solid #9E0111}

