A:active
	{
		font-size: 17px;
		color: maroon;
		text-decoration: none;
	}
A:visited
	{
		font-size: 17px;
		color: maroon;
		text-decoration: none;
	}
A:link
	{
		font-size: 17px;
		color: maroon;
		text-decoration: none;
	}
A:hover
	{
		font-size: 17px;
		color: black;
		text-decoration: underline;
	}
BODY	{
	background-color: gainsboro;
	}
#misha1
	{
	text-align: center;
	}
#b
	{
	font: bold;
	}
H1
	{
	text-align: center;
	font-size: 20px;
	color: black;
	}
H2
	{
	text-align: right;
	font-size: 8px;
	color: gainsboro;
	}
