A:active
	{
		font-size: 17px;
		color: blue;
		text-decoration: none;
	}
A:visited
	{
		font-size: 17px;
		color: blue;
		text-decoration: none;
	}
A:link
	{
		font-size: 17px;
		color: blue;
		text-decoration: none;
	}
A:hover
	{
		font: bold;
		font-size: 17px;
		color: blue;
		text-decoration: underline;
	}
#misha1
	{
	text-align: center;
	}
#blue
	{
	font-size: 12pt;
	color: blue;
	}
BODY
	{
	background-image: url(image/bg.jpg);
	background-attachment: fixed;	
	font-family: arial;
	}
H1
	{
	text-align: center;
	font-size: 23px;
	color: blue;
	}
H2
	{
	text-align: center;
	font-size: 20px;
	color: white;
	}
#white
	{
	font: bold;
	font-size: 16pt;
	color: white;
	text-align: center;
	}
#b
	{
	font: bold;
	}
#black
  {
 font-family: arial;
 color: black;
  }

