body {
	background-image: url(./img/white_speckled.jpg);
	background-color: #0000FF;
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}
.style1 {
	color: #FF0000;
	font-size: 24px;
	font-weight: bold;
}
.style2 {
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
}
.style3 {
	font-size: 12px;
	color: #FF0000;
	font-style: italic;
}
.style4 {
	color: #0000FF;
	font-weight: bold;
}
.style5 {
	color: #FF0000;
	font-weight: bold;
	border-bottom-color: #FF0000;
}
.style6 {
	font-size: 16px;
	color: #000000;
}
.style7 {
	font-size: 14px;
	color: #000000;
	font-family: "Times New Roman", Times, serif;
}

.style8 {color: #000000}
.style10 {
	font-size: 16px;
	color: #FF0000;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}
a img {
    border: none; /* Убираем рамку */
   }

a:link {text-decoration:none; color: #000080;}
a:visited{text-decoration:none; color: red;}
a:hover {text-decoration: underline + overline; color: green;}


A.rollover {
 background: url('./img/dalle_orang.gif'); /* Путь к файлу с исходным рисунком */
 display: block; /* Рисунок как блочный элемент */
 width: 40px; /* Ширина рисунка */
 height: 22px; /* Высота рисунка */
 border: 0px solid #000; /* Рамка вокруг картинки */ 
}

A.rollover:hover {
 background: url('./img/dalle_grin.gif'); /* Путь к файлу с заменяемым рисунком *в тексте <a href="#" class="rollover"> </a>*/
}

