html,body{ 
	font-family: Calibri, Tahoma, "Arial CE", "Helvetica CE", Arial, Helvetica, sans-serif; 
	font-size : 12px;
	color: #1f1f1f;
	/*background: #0a557f;*/
	background: #fff;
	margin: 0px;
	padding: 0px;
}

/* ************************************************* BEGIN OF DESIGN */
div.intro{
    width: 1000px;
    margin: 0px auto;
    text-align: justify;
}

a{
    color: #21b9e9;
	text-decoration: none;
	font-weight: normal;	
}   

a:hover{
    color: #21b9e9;
    text-decoration: underline;
}


h1{
	font-size: 22px;
	font-weight: bold;
	/*color: #757c7e;*/
	color: #00b6f1;
	padding: 10px 0px 0px 14px;
	margin: 0px;
}
