html, body {
	font-family: Georgia, Verdana, sans-serif;
   font-size: 10pt;
   text-align: center;
}

h1 { font-size: 14pt; }
h2 { 
	font-size: 10pt;
   font-weight: bold;
}

acronym {
	border-bottom: 1px dotted black;
}

#everything {
	background: url('img/KARMAbanner.gif');
   background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid black;
	text-align: left;
	width: 60em;
   padding: 55px 5px 5px 5px;
}

a:link, a:visited {
	color: #00A;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

#navbar { 
	padding: 0px;
	margin: 0px;
	text-align: left;
   position: relative; 
   top: 0px;
   left: 280px;
   font-size: smaller; 
}

