@charset "UTF-8";
/* CSS Document */

h1{
 color: #10135D; 
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif"; font-size: 15px;  
	font-weight: 100; 
	line-height: 1.2;
	text-align: justify;
	justify-content: space-around;	
	max-width: 190ch;
	min-width: 83ch;
	
}

h2{color: #10135D; font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif"; font-size: 13px; font-weight: 100; line-height: 1.2; text-align: left; max-width: 190ch; min-width: 83ch;  }

h3{font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif"; font-size: 12px; font-weight: 100; text-align: center; max-width: 190ch; min-width: 83ch; display:  }

body {

	a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
	}
	
width: 900px; /**width in px, % or ems**/

margin:60px ; /**centers on screen**/

	
