body {
	margin: 0;
	padding: 5px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 76%;/* font sizing in ems, baby. if you want to change anything, just change this.*/
	/*funny thing happens at 75% and lower. opera goes to a nice small size, but moz and ie pc change almost not at all. seems 76% is as small as you can go and stay the same across browsers. poop.*/
	color: #000;
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: top center;
}
	}
#content {
	margin: 5em;
	padding: 4em 6em 2em 6em;/* use padding instead of margin for multicolumn layouts because of a really odd ie5pc bug where it sometimes relates the width of an unrelated menu div to this div. i'll, uh, write about that somewhere. it was hard to figure out what was causing it, so i want this note here to remind me. */
	}
	
/*the following classes are to demonstrate better line heights for narrow columns*/	
.narrow1{
	width: 50%;
	line-height: 1.3em;
	}
.narrow2{
	width: 50%;
	line-height: 1.5em;
	}
.scrolleri{
	overflow: scroll;
	overflow-x: hidden;
    scrollbar-3dlight-color: #ffd700; 
	scrollbar-arrow-color: #ff0; 
	scrollbar-base-color: #D5AD12; 
	scrollbar-darkshadow-color: #967700;
	scrollbar-face-color: #D5AD12;
	scrollbar-highlight-color: #564813; 
	scrollbar-shadow-color: #B79100;
}
.pad5{
	padding: 0 5px;
}
.pad10{
	padding: 0 10px;
}
.pad15{
	padding: 0 15px;
}
.paske{
	font-size: 1em;
	line-height: normal;
	margin: 0 0 0 0;
	padding: 15px 10px 0 15px;
	position: relative;
	vertical-align: top;
	width: 365px;
	height: 305px;
	}
.sini{
	color: #0000FF;
	}
/*typography*/
a {
	text-decoration: none;
	font-weight: bold;
	color: #000;
	}
a:link {
 color: #737373;
	}
a:visited {
  color: #3E3E3E;
	}
a:active {
    color: #C8C6C9;
	}
a:hover {
	text-decoration: underline;
	}
h1 {
	font-size: 2.0em;
	font-weight: normal;
	margin-top: 0em;
	margin-bottom: 0em;/
	}
h2 {
	font-size: 1.7em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: normal;
	}
h3 {
	font-size: 1.4em;
	margin: 15px 10px 1.2em 0em;
	font-weight: normal;
	}
h4 {
	font-size: 1.2em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
h5 {
	font-size: 1.0em;
	margin: 1.2em 0em 1.2em 15px;
	font-weight: bold;
	}
h6 {
	font-size: 0.8em;
	margin: 1.2em 0em 1.2em 0em;
	font-weight: bold;
	}
img {
	border: 0;
	}
ol, ul, li {
	font-size: 1.0em;
	line-height: 1.8em;
	margin-top: 0.2em;
	margin-bottom: 0.1em; 
	}
p {
	font-size: 1em;
	line-height: normal;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	position: relative;
	vertical-align: top;
	width: 365px;
	height: 305px;
	}
li > p {
	margin-top: 0.2em;
	}
pre {
	font-family: monospace;
	font-size: 1.0em;
	}
strong, b {
	font-weight: bold;
	}
