/**
 * CSS file for hazebase.com businesscard
 */
 
html,body {
   margin:0;
   background-color: #ffffff;
   height: 100%;
   border: none;
}

a {
	color: #000000;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}
a:visited {
	color: #000000;
	text-decoration: none;
}

a:active {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #f47920;
	text-decoration: none; }
	
.normal {
	color: #000000; 
	font-size: 12px; 
	line-height: 14px; 
	font-family: Franklin Gothic Medium Cond; 
	letter-spacing: 0px; 
	font-weight: normal;
}

.contentheading {
  border-top: 1px solid #ffe7d6;
  font-family      : Franklin Gothic Medium Cond;
  font-size        : 14px;
  font-weight      : bold;
  color            : #f47920;
  text-align       : left;
  }
  
.type {
	color: #000000; 
	font-size: 14px; 
	line-height: 16px; 
	font-family: Franklin Gothic Medium Cond; 
	letter-spacing: 0px; 
	font-weight: normal;
}