* { margin: 0px; padding: 0px; border: none; }

body {
	font-family: Baskerville, Times New Roman, Serif;
	font-size: 14px;
	color: #000;
	background: #fff;
	line-height: 16px;
}

#content { padding: 40px; }
#content.homepage {  margin: 0 auto; text-align: center; padding-top: 200px; }
#body { padding-left: 40px; }

a { color: #000; text-decoration: none; outline-style:none; }
a:hover { color: #888; }

h1 { font-size: 24px; font-weight: normal; margin-bottom: 5px; }

h5 { font-size: 32px; font-weight: normal; margin-bottom: 5px; }

h4 { font-size: 28px; font-weight: normal; margin-bottom: 5px; }

h3 { font-size: 26px; font-weight: normal; margin-bottom: 5px; }

p,ul,ol { padding-bottom: 15px; }

.tab { padding-bottom: 5px; }

.indent { margin-left: 40px; margin-top: 15px; }

.hide { display: none; }
.show { display: block; }

.thumbs a img { border: 2px solid #333; margin-right: 5px; margin-bottom: 15px;  }
.thumbs a:hover img { border-color: #888; }