/* CSS Document */

body {
	background-color: #FFFDE6;
	background-image: url(img/fon.jpg);
}
.style2 {font-size: small}
body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.style3 {color: #FF0000}
.test-name {
	font-size: 18px;
	color: #FF0000;
}
.test-td {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
h1 {
	margin-top: 10px;
	margin-bottom: 10px;
}
.test-for {
	font-size: 18px;
	color: #FF9900;
	margin-top: 0px;
	margin-bottom: 0px;
}


.style4 {color: #000066}
.main-table {
	background-color: #FFFFCC;
	border: 1px solid #999999;
}

a:link {
	text-decoration: none;
	color: #0066FF;
}
.bottom-table {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
}
.top-table {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

a:visited {
	text-decoration: none;
	color: #0066FF;
}
a:hover {
	text-decoration: none;
	color: #FF00FF;
}
a:active {
	text-decoration: none;
}
