#menu li {
		margin-left: -2em;
		padding-left: 0px;
		list-style-type: none;
	}
	a:link, a:visited {
		color: #771b09;
		text-decoration: none; 
	}
	a:hover {
		color: #000;
		text-decoration: underline; 
	}
	h1 {
		font-size: 150%;
		font-family: Verdana, Helvetica, Sans-serif;
		display:inline;
	}
	body {
		font-family: Verdana, Helvetica, Sans-serif;
		font-size: 84%;
	}
	a img { 
    border: 0px;
  }

#companyfeed li {
    margin-left: 0;
    padding-left: 0;
    margin-bottom: .5em;
    list-style-type: none;
}
#companyfeed ul {
    padding-left: 0;
    margin-left: 0;
}
#companyfeed div {
    font-size: 90%;
}
div.userpost {
	border: dashed 2px #771b09;
	margin: 1em 1em 0 1em;
	padding: .4em;
	font-size: 90%;
	background: #ffbf50;
	clear: both;
}
h5.userpost {
  font-size: 100%;
  margin: .1em;
  padding-left: 30px;
  padding-bottom: 10px;
	background-image: url(http://hf-implode.com/img/post.gif);
	background-repeat: no-repeat;
	background-position: -.0em .0em;
	text-align: left;
  }
span.userpost {
  font-size: 60%;
  background: #003300;
  color: white;
}
span.userpost a {
  background: #000;
  padding: 3px;
  color: white;
}
	a img {
    border: 0px;
    }