/* CSS Document */
html { 
  padding: 0;
  background: url("../../img/background.jpg");
  background-repeat: repeat-y; 
  background-position: 50% 50%;
  text-align: center; 
  background-color: #FFFFFF; 
  } 
  body { 
  width: 900px;
  text-align:center;
  margin: auto;
 font-family: tahoma;
 font-size: 12px;
 color: black;
 }
.Style1b {font-family: Arial, Helvetica, sans-serif}
.Style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.Style1a {
	color: #FF7F27;
	font-weight: bold;
	text-decoration:underline;
	font-size:16px
}
.Style3a {font-size: 12px}
.Style4 {color: #FF0000}