.style2{
	color: #FF3300;
	font-weight: bold;
}
.style3{
	color: #0000CC;
}
.style4{
	color: #FF0000;
}
.style5 {color: #FF0000}

a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000099;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: underline;
}
body {
	background-color: #FFFFFF;
}

.стиль6 {font-size: 12px}
.стиль8 {
	color: #FF0000;
	font-weight: bold;
}
.style20 {color: #0000CC}