	@import url("https://courses.engr.illinois.edu/ece110/css/exams.css") screen;

	.websiteArrow {
		background: #dadada;
		margin: auto;
		width: 80%;
		height: 65px;
	}

	.websiteArrow > .left {
		background: black;
		color: white;
		width: 20%;
		float: left;
		height: 100%;
	}

	.websiteArrow > .arrow {
		border-left: 32.5px solid black;
		border-top: 32.5px solid #dadada;
		border-bottom: 32.5px solid #dadada;
		float: left;
	}

	.left > p {
		margin: 15px 20px 20px 20px;
		font-size: 20px;
		font-weight: bold;
	}

	.websiteArrow > .right {
		width: 60%;
		float: left;
	}

	.right > p{
		font-size: 16px;
		margin:15px 20px 20px 20px;
		line-height: 120%;
		text-align: center;
	}

	p > #HWLink {
		font-size: 18px;
	}