* {
	margin: 0;
	padding: 0;
}

body {
background-color: #FFFFFF;
margin: auto;
color: #000000;
font-family: "Times New Roman", Times, serif;
float: none;
text-align: left;
}
ul {
  display: list-item;
}
p {
  line-height: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-variant: small-caps;
}

.header {
  display: none
}

/* structure */
.top {
  display: none
}
.subnav {
  display: none
}
.main {
  width: 90%
}
.main_right {
  display: none
}

/* sub-navigation */
.subnav {
  display: none
}

.float-right {
	clear: right;
	float: right;
	margin: 0 3px 0 3px;
}
.float-left {
	clear: left;
	float: left;
	margin: 0 3px 0 3px;
}
.footer {
  display: none;
}
