/*
 * DESCRIPTION
 * CSS styles used by the lay-out of the website of Greenweb   
 * Alter these styles to let the site have a custom look.
 *
 * CONTENT
 *     - Colors & fonts
 *	   - Print styles
 *	   - Text styles
 */

/* Colors & fonts 
-------------------------------------------------------------------------------------------------*/


/* Print styles 
-------------------------------------------------------------------------------------------------*/
.highlight {
	display: none;
}

/* Text styles 
-------------------------------------------------------------------------------------------------*/

	body,
	td,
	div,
	span, 
	p {
		font: normal 11px/17px Arial,Verdana,Helvetica,sans-serif;
		color: #515050;
	}
	
	h1,
	h2, 
	h3, 
	h4,
	h5, 
	h6 {
		font-family: Arial,Verdana,Helvetica,sans-serif;
		font-style: normal;
		font-weight: normal;
	}
	
	h1 {
		font-size: 12px;
		line-height: 18px;
		margin: 3px 0;
		padding: 0;
		font-weight: bold;
	}
	
	h4 {
		font: bold 12px/18px Arial,Verdana,Helvetica,sans-serif;
		color: #363636;
		margin: 3px 0;
		padding: 0;
	}
	
	p {
		margin: 17px 0;
	}
	
	a,
	a:visited {
		color: #8195A0;
	}
