body {
	font: 13px/1.5 "Droid Serif", Arial, Helvetica, sans-serif;
}

a, a:link, a:visited, a:active, a:hover {
	text-decoration: none;
}

.ce_text ul{
	padding-left: 0.6em;
	margin-left: 0.6em;
	list-style-type: square;
}
.ce_text ul li {
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3 {
	color: #000000;
	font-size: 164%;
	margin-top: 0;
	margin-bottom: 0.5em;
	font-weight: 500;
}

h2 {
	font-size: 153%;
}

.start h2 {
	font-size: 131%;
}

h3 {
	font-size: 138%;
}

h4 {
	font-size: 115%;
}

.h1 ,.h2, .h3 {
	display: block;
}

.mod_article > *{
	margin-left:0;
}

a:focus, div:focus{
	outline:none;
}

p {
	margin-bottom: 0.5em;
}

/* ------ DEFAULT LINKS AND LINK ROLES ------ */
a, .linkRole {
	color: #14519f;
	cursor: pointer;
	-webkit-transition: color 0.2s ease-in;
	-moz-transition: color 0.2s ease-in;
	-ms-transition: color 0.2s ease-in;
	-o-transition: color 0.2s ease-in;
	transition: color 0.2s ease-in;
}

a:hover, .linkRole:hover {
	color: #619be4;
}


#header-section a, .linkRole {
	color: #ffffff;
	cursor: pointer;
	-webkit-transition: color 0.2s ease-in;
	-moz-transition: color 0.2s ease-in;
	-ms-transition: color 0.2s ease-in;
	-o-transition: color 0.2s ease-in;
	transition: color 0.2s ease-in;
}

#header-section a:hover, .linkRole:hover {
	color: #619be4;
}