/*
================== CSS INFO ===================
website: http://www.dalajlama.info
=============================================== */

.non-visible, div#sidebar, div#footer, hr {
	display: none;
}

/* BASIC ELEMENTS
----------------------------------------------- */
body {
  background: #fff;
  color: #000;
  font: 12pt Times, serif;
  line-height: 16pt;
}
a:link, a:visited, a:focus, a:hover, a:active {
	color: #000;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, sans-serif;
}
strong, em {
	font-variant: small-caps;
}
img {
	border: none;
	margin: 1em;
}
ul {
	list-style-type: disc;
}
dt {
	font-weight: bold;
}
