@charset "windows-1251";
/* CSS Document */

.class01 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #000000;
}
a:link {
	color: #00FFFF;
	text-decoration: underline;
}
a:visited {
	color: #00FFFF;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #00FFFF;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	color: #00FFFF;
}
h3 {
	font-size: 18px;
	font-weight: bold;
	color: #00FFFF;
}
h4 {
	font-size: 18px;
	font-weight: bold;
	color: #00FFFF;
}
h5 {
	font-size: 18px;
	font-weight: bold;
	color: #00FFFF;
}
body {
	font-size: 18px;
	font-weight: bold;
	color: #00FFFF;
}
