body {
	font-family: georgia, garamond, serif;
	color:#777;
}

/** LINKS */

a {
	color: #333;
  text-decoration: none;
}

  a:active, a:focus {
    outline: 0;
  }

/** TEXT */

address {
  display: inline;
}

.right-align {
	text-align: right;
}

.numeric {
	font-family: georgia, garamond, serif;
}

.justify {
  text-align: justify;
}

.relative-position {
  position: relative;
}

hr.space {
	height: 1em;
}

/** IMAGES */

.image-replacement {
	text-align: left;
	text-indent: -9000px;
}


/** LISTS */

ul {
	list-style-type: circle;
}

ul.no-style {
	font-weight:bold;
	margin-bottom:1.5em;	
	font-weight: lighter;
}

ul.horizontal-list, ul.no-style {
	list-style: none;
	margin-left: 0;
	padding: 0;
}

	ul.horizontal-list li {
		display:inline;
		float:left;
		list-style-type:none;
	}
	
ul.hanging-indent {
	margin-left: 0px;
	
}

.left-aligned-bullet {
  position: absolute;
  left: -1em;
  padding-top: 0.45em;
}

.right-aligned-bullet {
  position: absolute;
  right: -0.75em;
  padding-top: 0.5em;
} 

/** BLOCK */

