a { 
    text-decoration: none; /* Отменяем подчеркивание у ссылки */
	color: black;
	text-align: justify;
	font-style: italic; 
	font-weight: bold;
	font-size:20px;
	line-height: 30px;
	text
   } 
   
a:hover {
    color: #5F9EA0; /* Цвет ссылки при наведении на нее курсора мыши */  
    text-decoration: underline; /* Добавляем подчеркивание */
}
   
.a{
	margin-left: 30px;
	margin-top: 30px;
	margin-bottom: 30px;
	width: 100 px;
    height: 150px; 
	}
.b{
		text-align:center;
}