﻿  body {
  padding: 10px;
  margin-left: 20%;
  margin-right: 20%;
  font-family: Verdana, Geneva, Arial, sans-serif ;
  background-color: #f3b849;
  background-image: none;
  }
  h1 {
  color: #3333ff;
  text-align: center;
  }
  h2 {
  color: #3333ff
  }
  h3 {
  color: #3333ff;
  text-align: center;
  }
  #town {
  font-style: italic;
  font-size: 90%;
  }
  #smaller_font {
  font-style: italic;
  font-size: 70%;
  }
  #message {
  color: red;
  text-align: center;
  font-style: italic;
  font-weight: bold;
  font-size: 130%;
  }
  #message_reg {
  color: red;
  text-align: center;
  font-style: italic;
  font-weight: bold;
  font-size: 100%;
  }
  #message_subtext {
  color: red;
  font-weight: bold;
  }
  #center_me {
  text-align: center;
  }
  #bold_center_me {
  font-weight: bold;
  text-align: center;
  }
  #bold__color_me1 {
  font-weight: bold;
  color: #3333ff;
  }
  #boldem {
  font-style: italic;
  font-weight: bold;
  }
  #boldem_blue {
  font-style: italic;
  font-weight: bold;
  color: #3333ff;
  }
 #bold__Magenta_Italics {
  font-weight: bold;
  font-style: italic;
  font-size: 130%;
  color: #cc33cc;
  }
  #bold__Magenta_Italics2 {
  font-weight: bold;
  font-style: italic;
  color: #cc33cc;
  }
	#make_red {
  color: red;
	font-weight: bold;
	}
	#center_red {
  color: red;
	font-weight: bold;
	text-align: center;
}



.BoldUnderline {
	font-weight: bold;
	text-decoration: underline;
}



