@charset "utf-8";
/* CSS Document */

body {
	background-color: mediumblue;
}

h1 {
	color: rgb(191,43,13);
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	background-color: blueviolet;
	font-size: 30px;
}

h2 {
	color: #810DBF;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	background-color: black;
	font-size: 30px;
}

h3 {
	color: hsl(280,40%,58%);
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	background-color: darkmagenta;
	font-size: 30px;
}

h4 {
	color: #D60DAA;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	background-color: darkmagenta;
	font-size: 30px;
}