/*
    notes.css
    web-communication.eu | 14/04/2016
    Copyright 2016 web-communication.eu
*/

.notes {
	margin: 						0 auto;
	width:							100%;
	background:						#fff;
	font-family: 					Helvetica Neue, Helvetica, Arial, Verdana, sans-serif;
    padding: 						30px;	
}



.notes a {
	color:							#ff0000;
	text-decoration:				none;
}

.notes a:hover {
	/*-webkit-transition: 1s ease;
	-moz-transition: 1s ease;			
	-ms-transition: 1s ease;						
	transition: 1s ease;	*/
	color:							#ff0000;
	text-decoration:				underline;
}

.notes h1 {
	font-size:						18px;
	color:							#555;
	line-height:					25px;
}

.notes h2 {
	font-size:						16px;
	color:							#888;
	font-style: 					italic;
	margin:		 					10px 0 30px 0;
}

.notes h3 {
	font-size:						18px;
	color:							#555;
	margin: 						30px 0 10px 0;
}

.small {
	font-size:						16px;
}

.small2 {
	font-style: 					normal;
}

.small3 {
	font-family: 					Helvetica Neue, Helvetica, Arial, Verdana, sans-serif;
	color:							#777;
	font-style: 					italic;
	margin-top: 					10px;
	font-size:						16px;
}



.notes p {
	font-size:						16px;
	line-height:					20px;
	color:							#000;
	margin:							15px 0;
}

.notes p.small {
	font-size:						14px;
	margin:							0;
}

.notes img {
	max-width:						100%;
}
 