/*
Copyright Soluso e-solutions, 2010. Alle rechten voorbehouden.
version: 1.1

Stylesheet: standard.css
Description: Styling of the content section, e.g. headers, paragraphs, etc.
Author: Soluso e-solutions.
Date: 01-02-2010
*/

h1{
	font-size: 30px;
	color: #000000;
	margin: 0 0 30px;
}

h2{
	font-size: 24px;
	color: #478bc0;
	margin: 0 0 14px;
}

h2.green{color: #94c33b;}
h2.pink{color: #e66586;}
h3{font-size: 18px; color: #478BC0; margin-bottom: 5px;}


h4{
}

h5{
}

h6{
}

p{
	line-height: 24px;
}

ul, ol, dl{
}

li{
	list-style-type: disc;
	padding: 0 10px 0 0;
	margin: 0 10px 0 0;
}

a, a:active, a:visited{
	color: #478bc0;
}

a:hover{
}

img{
}

hr{
}

strong{
	font-weight: bold;
}

em{
	font-style: italic;
}

div#leftcontent-large p{margin-bottom: 15px;}
