/* CSS Document */
body {
	background-color: lavender ;
	font-family: Courier New;
	color: slateblue;
	text-align: center;
	}
h1 {
	color: darkslateblue;
	text-shadow: 2px 2px 5px #483d8b;
	}
h2 {
	font-size: 16pt;
	}
p {
	font-size: 15pt;
	}
ul {color: slateblue; list-style-type: armenian;
	}
span{font-style: italic;
	color: darkslateblue;
	}
div{font-size: 16pt;
	}
h3 {
	font-size: 16pt;
	}
h4 {
	font-size: 16pt;
	}
h5 {
	font-size: 16pt;
	}