body {
	background: url(background.jpg) repeat-x #fffcdb;
	color: #112142;
	font-family: Tahoma,Geneva,Kalimati,sans-serif;
	font-size: 10pt;
	margin: 0px;
	padding-bottom: 10px;
	text-align: center;
}

#header {
	width: 700px;
	margin: 0px auto;
	text-align: left;
}

#content {
  width: 700px;
  margin: 0px auto;
  text-align: left;
}

p {
  text-align: justify;
}

h1 {
  font-size: 20pt;
  font-variant: small-caps;
  text-align: center;
  font-family: georgia, serif;
}

h2 {
  font-size: 14pt;
  font-variant: small-caps;
  text-align: left;
  font-family: georgia, serif;
}

p.stars {
  text-align: center;
}

a:link,a:visited {
  text-decoration: none;
  color: #ff0000;
  border-bottom: 1px solid #fffcdb;
}

a:hover,a:active {
  text-decoration: none;
  color: #ff0000;
  border-bottom: 1px solid #ff0000;
}