article{display: flex;justify-content: space-between;}

h1{text-align: center;color: red;text-decoration: underline;font-family: Blackadder ITC,Arial Black;font-size: 3em;}
h2{text-decoration: underline;font-family: Arial Rounded MT Bold;}

ul{width: 50%;}
li{font-family: Arial;}

img{float: left;height: 200px;}

#info{text-align: right;}

@media print
{
	img{float: right;}
	h1{display: none;}
	h2{}
	a{text-decoration: none;color: black;}
	#info{text-align: left;}
}