/* CSS Document */
body {
	font-family: Verdana;
	color: #000;
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	font-size:14px
}

#center {
	min-width: 450px;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;

}

#head {
  max-width:700px;
  padding-top:20px;
}

#content {
  min-height:100px;
  padding-top:20px;
  text-align: justify;
}

.sig {
  float:right;
  font-style:italic;
}

#links {
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

#links a{
  color: #d6251f;
  text-decoration: none;
  font-weight: bold;
}
#links a:hover{
  text-decoration: underline;
}



#links div {
  display: inline-block;
  margin: 0 20px;
}

