* {
	margin: 0;
	padding: 0;
}

html {
  border: none;
}

body {
	font: 80%/1.2 "Times New Roman CE", "Times New Roman", serif;
	font-weight: normal;
	color: black;
	background: white;
	padding: 0; 
}

a {
  color: #666;
  text-decoration: underline;
}

a img {
  border: none;
}

[href]:after {
  content: " [" attr(href) "] ";
}
  
#menu, #theme, #logo, #search, #toplink, #footer {
  display: none;
}

#container, #lcolumn, #rcolumn, #content  {
  width: auto;
}

h1, #lcolumn h2 {
  font-size: 180%;
  font-weight: normal;
  margin: 0 0 0.5em 0;
}

h2 {
  font-size: 130%;
  font-weight: bold;
  margin: 0 0 0.3em 0;
  letter-spacing: -0.02em;
}

h3, h4, h5, h6 {
  font-size: 110%;
  font-weight: bold;
  margin: 0;
}

#content p {
  font-size: 110%;
	text-align: justify; 
  margin-bottom: 1em;
}

#content ul {
  margin-bottom: 1em;
}

#content ul li {
  font-size: 110%;
}

dd.perex {
  padding-bottom: 0.7em;
  margin-bottom: 1em;
  border-bottom: 1px solid #eee;
}

hr {
  margin-bottom: 1em;
}
