@charset "utf-8";
body {
	background-color: black;
	color: goldenrod;
	text-align: justify;
}
a:link {
	color:goldenrod;
}
a:visited {
	color: goldenrod;
}
style1 {
	font-size: 36px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}
style2 {
    font-size: 30px;
	font-weight: bold;
    font-style: italic;
	text-align: center;
}
style3 {
	font-size: 24px;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	padding-left: left;
	border-color: goldenrod;
}
div {
  background-color: darkgoldenrod;
}
