
body {
	background-image: url(../images/bg.jpg);
	font-family: 'Boogaloo', cursive;
	text-align: center;
	}
.semiopacity {
	background: #0078c9; /* Цвет фона */
	padding: 5px; /* Поля вокруг текста */
	opacity: 0.7; /* Полупрозрачный фон */
	filter: alpha(Opacity=70); /* Прозрачность в IE */
	color: #fff; /* Цвет текста */
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	margin-bottom: 1px; /* Отступ снизу */
	border-radius: 8px;
	font-size: 14px;
   }
   .shadow {
    
    box-shadow: 0 0 10px rgba(0,0,0,0.5); /* Параметры тени */
    padding: 1px;	
    margin-bottom: 1px; /* Отступ снизу */
	border-radius: 8px;
   }
body,td,th {
	font-family: Boogaloo, cursive;
}
a:link {
	color: black;
	text-decoration: none;
}
a:hover {
	color: #FF1F00;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}