/*
Copyright Soluso e-solutions & consultancy, 2009. Alle rechten voorbehouden.
version: 1.0

Stylesheet: standard.css
Description: Styling of the content section, e.g. headers, paragraphs, etc.
Author: Soluso e-solutions & consultancy.
Date: 17-07-2009
*/

h1{
	color: #1d1d1d;
	font-size: 24px;
	font-weight: bold;
	margin: 0 0 30px;
}

h2{
	color: #1d1d1d;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 20px;
}

h3{
	color: #262626;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 7px;
}

h4{
	color: #262626;
	font-size: 14px;
	font-weight: bold;
	display: inline;
	margin: 0 7px;
}

h5{
	color: #999999;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 3px;
}

h6{
}

p{
	line-height: 24px;
	color: #262626;
	font-weight: normal;
	text-align: justify;
	margin: 0 0 50px;
}

ul, ol, dl{
}

li{
}

a, a.active, a.visited{
	color: #262626;
}

a.hover{
}

img{
}

hr{
}

strong{
}

em{
}
