* {
	margin: 0;
	padding: 0;
}

body {
background-color: #FFFFFF;
margin: auto;
color: #000000;
font-family: "Times New Roman", Times, serif;
font-size: 1.2em;
text-align: left;
line-height: 1.2em;
}

p {
  line-height: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-variant: small-caps;
  padding: 10px;
}
ul {margin-left: 1.2em;}

li {list-style: none;}
#main li {
list-style-type: disc }
acronym {
  display: none;
}
#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;
}
