@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: "MS Mincho";
    src: url("https://db.onlinewebfonts.com/t/e1ac498516da18eec7c7b667b7cde758.eot");
    src: url("https://db.onlinewebfonts.com/t/e1ac498516da18eec7c7b667b7cde758.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/e1ac498516da18eec7c7b667b7cde758.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/e1ac498516da18eec7c7b667b7cde758.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/e1ac498516da18eec7c7b667b7cde758.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/e1ac498516da18eec7c7b667b7cde758.svg#MS Mincho")format("svg");
}

a:link {color:black;text-decoration:none;}      /* unvisited link */
a:hover {color:black; border-bottom:1px solid black}  /* mouse over link */
a:active {color:black;}  /* selected link */
a:visited {color:black;}

body {
	font-family:"MS Mincho";
	background-color: white;
	background-image: url('imgs/yellow_bg.jpg');
	background-size: cover;
	/* background-repeat: no-repeat; /* Prevents image repetition */
	background-position: center center; /* Centers the image */
	font-weight: normal;
	color: black;
}

p	{
	text-align:justify;
	line-height:1.5;
}
p + p {
	text-indent: 50px;
}
h1 {

}

#mainText {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 600px; 
}
