html		{
	border: 50px solid rgba(140,140,140,0.2);
	padding: 45px;
	margin: 20px;
}
button		{
	color: Pink;
	background-color: Black;
}
body		{
	border: 45px solid rgba(210,210,210,0.4);
	background-color: beige; font-family: courier; text-align: left;
}
div:hover	{
	float: right;
	color: beige;
	background-color: black;
	direction: rtl;
	text-decoration: underline;
	margin-right: 30%;
}
h1			{
	background-color: black; color: yellow; font-size: 40px;
}
h1:hover	{
	direction: rtl;
	float: left;
}
p 			{
	font-family: verdana;
	font-size: 130%;
}
p:hover		{
	border: 15px solid PowderBlue;
	background-color: rgba(0,0,0,0.4);
	text-align: left;
	writing-mode: vertical-rl;
	text-decoration: underline;
	text-orientation: mixed;
	float: left;
}
hr			{
	border: 2px solid tomato;
}
a			{
	display: block;
	text-align: center;
	writing-mode: vertical-rl;
	text-orientation: mixed;
	text-decoration: none;
}
a:hover		{
	font-size: 100px;
	background-color: #f4433640;
	padding: 15px 25px;
	text-align: center;
	display: inline-block;
	height: 40px;
}
img			{
	float: right;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	height: 100px;
}
img:hover	{
	height: 400px;
	float: left;
}