﻿  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;
  }
  h4 {
  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;
  }
  #center_blue {
  color: blue;
  font-weight: bold;
  text-align: center;
  }
#bigger150 {
  font-size: 150%;
  }
  #footer {
  font-weight: bold;
  font-size: 75%;
  text-align: center;
  }	
}

.BoldUnderline {
	font-weight: bold;
	text-decoration: underline;
}

