@media print {
	.box .e { 
		transform: rotate(226deg);
		border-radius:(6px);
		width:(305px);
		height:(103px);
		border: 163px solid red; 
		 }
	.box .box .box .box .d { 
		border-radius:(2px);
		height:(291px);
		position:(sticky);
		transform: rotate(132deg);
		border: 52px dotted red; 
		 }
	.box .box .box .box .b { 
		transform: rotate(228deg);
		width:(335px);
		height:(412px);
		position:(relative); 
		 }
	.box .box .c { 
		border: 68px dotted blue;
		transform: rotate(125deg);
		position:(static);
		border-radius:(1px); 
		 }
	.box .box .box .box .e { 
		height:(519px);
		border: 216px solid red; 
		 }

	.box .box .e { 
		position:(fixed);
		transform: rotate(254deg);
		border-radius:(0px);
		height:(383px);
		border: 137px dotted red; 
		 }
	.box .box .a { 
		border-radius:(7px);
		transform: rotate(154deg);
		border: 334px dotted blue;
		height:(184px);
		width:(250px); 
		 }
	.box .box .box .box .d { 
		width:(299px);
		transform: rotate(240deg);
		height:(112px);
		position:(sticky);
		border-radius:(3px); 
		 }
	.box .box .box .box .c { 
		transform: rotate(248deg);
		width:(143px);
		border: 186px dotted blue; 
		 }

	li {
		display: none;
		 }

}


@media screen {

	li {
		font-size: 150%;
		font-family: 'Open Sans', sans-serif;
		display: inline-block;
		padding-right: 20px;
		padding-top: 5px;
		padding-bottom: 10px;
		margin-top: 10px;
		}

	a {
		text-decoration: none;
		}

	a:hover{
		text-decoration: underline;
		}

	a:active{
		color: red;
		}

	 .pad {
		position: fixed;
		top: 0;
		background-color: white;
  }

	.box:hover {
		height: 35%;
		}

	.box .e { 
		transform: rotate(226deg);
		border-radius:(6px);
		width:(05px);
		height:(03px);
		border: 63px solid red; 
	 }
	.box .box .box .box .d { 
		border-radius:(2px);
		height:(91px);
		position:(sticky);
		transform: rotate(132deg);
		border: 52px dotted red; 
	 }
	.box .box .box .box .b { 
		transform: rotate(228deg);
		width:(35px);
		height:(12px);
		position:(relative); 
	 }
	.box .box .c { 
		border: 68px dotted blue;
		transform: rotate(125deg);
		position:(static);
		border-radius:(1px); 
	 }
	.box .box .box .box .e { 
		height:(19px);
		border: 16px solid red; 
	 }

	.box .box .e { 
		position:(fixed);
		transform: rotate(254deg);
		border-radius:(0px);
		height:(83px);
		border: 37px dotted red; 
	 }
	.box .box .a { 
		border-radius:(7px);
		transform: rotate(154deg);
		border: 34px dotted blue;
		height:(84px);
		width:(50px); 
	 }
	.box .box .box .box .d { 
		width:(99px);
		transform: rotate(240deg);
		height:(12px);
		position:(sticky);
		border-radius:(3px); 
	 }
	.box .box .box .box .c { 
		transform: rotate(248deg);
		width:(43px);
		border: 86px dotted blue; 
	 }

  @keyframes animationB {
	0% { transform: rotate(0deg); }
	50% { transform: rotate(180deg); }
	100% { transform: rotate(360deg); }
  }

  @keyframes animationC {
	0% { border-width: 68px; }
	50% { border-width: 34px; }
	100% { border-width: 68px; }
  }

  @keyframes animationE {
	0% { height: 19px; }
	50% { height: 38px; }
	100% { height: 19px; }
  }

  @keyframes animationA {
	0% { width: 50px; }
	50% { width: 100px; }
	100% { width: 50px; }
  }

  @keyframes animationD {
	0% { width: 99px; }
	50% { width: 198px; }
	100% { width: 99px; }
  }

  .box .box .box .box .b { 
	transform: rotate(228deg);
	width: 35px;
	height: 12px;
	position: relative;
	animation: animationB 5s infinite;
  }

  .box .box .c { 
	border: 68px dotted blue;
	transform: rotate(125deg);
	position: static;
	border-radius: 1px;
	animation: animationC 5s infinite;
  }

  .box .box .box .box .e { 
	height: 19px;
	border: 16px solid red;
	animation: animationE 5s infinite;
  }

  .box .box .e { 
	position: fixed;
	transform: rotate(254deg);
	border-radius: 0px;
	height: 83px;
	border: 37px dotted red;
	animation: animationE 5s infinite;
  }

  .box .box .a { 
	border-radius: 7px;
	transform: rotate(154deg);
	border: 34px dotted blue;
	height: 84px;
	width: 50px;
	animation: animationA 5s infinite;
  }

  .box .box .box .box .d { 
	width: 99px;
	transform: rotate(240deg);
	height: 12px;
	position: sticky;
	border-radius: 3px;
	animation: animationD 5s infinite;
  }

  .box .box .box .box .c { 
	transform: rotate(248deg);
	width: 43px;
	border: 86px dotted blue;
	animation: animationC 5s infinite;
  }
}