/*  CSS  */


body {
	background-color: #12294CFF;
}

#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: #f3f3f3;
	text-align:center;
}
h2  	{
	font-family: 'Noto Serif', cursive;
	font-size: 2em;
	color: #f3f3f3;
	text-align: center;
}
h3  	{
	font-family: 'Noto Serif', cursive;
	font-size: 1em;
	color: #f3f3f3;
	text-align: center;
}
p	{
	font-family: 'Noto Serif', cursive;
	font-size: 1.5em;
	color: #f3f3f3;
	text-align: center;
}
#notofont {
	font-family: 'Noto Serif', serif;
	font-size: 1em;
	color: #f3f3f3;
}

a:link, a:visited {
	font-family: 'Noto Serif', serif;
	color: #f3f3f3;
    text-align: center;
    text-decoration: underline;
    }
a:hover, a:active {
	color: #E4D016;
	text-decoration: underline;
}
