
#printEventDIV {
  width: 700px;
  height: 100%; 
  padding: 40px;
  background-color: white;
  border-width: 4px;
  border-style: solid;
  border-color: black;
}

#printEvent {
  font-family: Arial;
  font-size: 10pt;
}

#eventName {
  font-family: Arial Black;
  font-size: 30pt;
  line-height:100%
}

#eventSponsor {
  font-family: Arial;
  font-size: 25pt;
}

#eventDescription {
   font-family: Arial;
   font-size: 12pt;
}

#instructions {
  font-family: Arial Black;
  font-size: 15pt;
}

#instructionsList {
  font-family: Arial;
  font-size: 12pt;
}


#cityCategoriesTitle {
  width: 100%;
  font-size: 3em; 
}

#cityCategoriesDescription {
  width: 100%; 
  font-size: 1em;
}


#stateDescription {
  font-size: 14;
  padding-left: 20px;
}

#cityName {
  white-space: nowrap;
  padding-top: 20px;
  padding-left: 40px;
  font-size: 20pt;
}

#cityDescription {
  font-size: 14pt;
  padding-left: 40px;
}

#cityCategories {
  padding-left: 60px;
  font-size: 12pt;
}



html, body {
  margin:0px;
  padding:0px;
}

