@charset "utf-8";
/* CSS Document */
body{
	background-color:#000000;
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
}
h1{
	font-size:2em;
}
#banner{
	margin-left:20%;
	margin-top:100px;
	width:60%;
	text-align:center;
}
ol{
	margin-left:20%;
	margin-right:20%;
	text-align:justify;
}
