/*  CSS  */


body {
	background-color: #f6f6f6;
}

/*  fonts  */
/* 	font-family: 'Noto Serif', ;
*/

#marginb {
	margin-top: 10%;
	color: black;
}
#textindent {
	text-indent: 1em;
}
div	{
	width: 50%;
	margin: auto;
	border: 0px;
}
h1  	{
	font-family: 'Noto Serif', cursive;
	font-size: 3em;
	color: #0B4C5F; /*#3399FF; #2E2EFE;*/
	text-align:center;
}
h2  	{
	font-family: 'Noto Serif', cursive;
	font-size: 2em;
	color: #0B4C5F;
	text-align: center;
}
h3  	{
	font-family: 'Noto Serif', cursive;
	font-size: 1em;
	color: #0B4C5F;
	text-align: center;
}
p	{
	font-family: 'Noto Serif', cursive;
	font-size: 1.5em;
	color: #0B4C5F;
	text-align: center;
}
#notofont {
	font-family: 'Noto Serif', serif;
	font-size: 1em;
	color: #0B4C5F;
}

a:link, a:visited {
	font-family: 'Noto Serif', serif;
	/*font-size: 1.5em;*/
    	color: #0B4C5F;
    	/*padding: 14px 25px;*/
    	text-align: center;
    	text-decoration: none;
    	/*display: inline-block;*/
}
a:hover, a:active {
	/*background-color: #777; /*#292f2f;*/
	color: #0B4C5F;
	text-decoration: underline;
}
