
#content a {
	border-bottom-color: black;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	text-decoration: none;
	color: #cfcfcf;
}
#content a:hover {	
	border-bottom-color: #cfcfcf;
	
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-family: 'BebasRegular';
}
h1{			
	/* customize_h1  */
	font-size: 30px;	
	/* customize_h1  */	
	line-height: 42px;	
}
h2{			
	/* customize_h2  */
	font-size: 26px;	
	/* customize_h2  */
	line-height: 38px;				
}
h3{			
	/* customize_h3  */
	font-size: 23px;	
	/* customize_h3  */	
	line-height: 35px;		
}
h4{			
	/* customize_h4  */
    font-size: 20px;	
	/* customize_h4  */
	line-height: 32px;			
}
h5{			
	/* customize_h5  */
	font-size: 18px;	
	/* customize_h5  */	
	line-height: 30px;			
}
h6{			
	/* customize_h6  */
	font-size: 16px;	
	/* customize_h6  */	
	line-height: 28px;		
}

body {
	line-height: 22px;
	font-size: 15px;
	font-family: 'CochinRegular';
  color: #cfcfcf;
}

#logo h2 {
	font-size: 25px;
}
