@charset "utf-8";

body {
  color : #000000;
  background : #ffffff;
  font-family : "Times New Roman", Times, serif;
  font-size : 0.75em;
}
a {
  text-decoration : underline;
  color : #0000ff;
}
#navigation, #footer {
  display : none;
} 

h1,h2,h3,h4,h5,h6 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
}
h1 {
	font-size: 1em;
	text-align:center;
}
h2 {
	font-size: 0.875em;
	text-align:left
}
h3 {
	font-size: 0.75em;
	text-align:left
}
hr {
	height: 0.0625em;
	text-align: left;
	color:#333333;
	}
