h1 {
	text-align: center;
	font-family: arial;
	color: mediumvioletred;
	padding-top: 20px;
	padding-bottom: 20px;
	background:#FFE1F9;
	border: dotted;
	border-color: mediumvioletred;
}

h2 {
	text-align: center;
	font-family: arial;
	color: mediumvioletred;
}

ul{
	padding-right: 50px;
	text-align: center;
	font-style: normal;
	font-family: arial;
	list-style-type: none;
	color: #DF7FC3;
	}

ul li {
	padding-bottom: 5px;
	}

ul li a { 
	color: mediumvioletred;
	text-decoration:underline;
	text-decoration-style: wavy;
	text-decoration-color: #DF7FC3;
}

#assignments {
	text-align: center;
	border: dotted;
	padding: 10px;
	margin: 10px auto;
	width: 25%;
	border-color: mediumvioletred;
	background:#FFE1F9;
}

#final {
	border: dotted;
	padding: 10px;
	margin: 10px auto;
	width: 25%;
	border-color: mediumvioletred;
	background:#FFE1F9;
}
body {
	background-color: #FFF3FD;
}