@charset "utf-8";

#page_header {
	position: relative;
	left: 50px;
	top: -10px;
	color: darkcyan;
	font-size: 40px;
	font-weight: bold;
}

#download_info {
	position: relative;
	left: 50px;
	top: -40px;
	color: black;
	font-size: 20px;
	font-weight: fine;
}

#download_files {
	position: relative;
	left: 70px;
	top: -40px;
	color: black;
	font-size: 20px;
	font-weight: fine;
}

#download_files_checksum {
	position: absolute;
	left: 260px;
	top: 20px;
	color: black;
	font-size: 11px;
	font-weight: fine;
}


#revided_date {
	position: relative;
	left: 250px;
	top: 30px;
	color: blue;
	font-size: 20px;
	font-weight: bold;
}


#return {
	font-family: "Comic Sans MS";
	color: #03F;
	background-color: #FFFF00;
	border: solid #888;
	border-color: #F00;
	padding: 3px;
	position: absolute;
	left: 170px;
	top: -52px;
	width: 150px;
	height: 22px;
	font-size: 18px;
	font-style: normal;	
}

#mail_webmaster {
	position: absolute;
	left: 380px;
	top: -52px;
	font-family: "Comic Sans MS";
	background-color: #FFFDBB;
	padding: 3px;
	color: #03F;
	width: 180px;
	height: 22px;
	border: solid #888;
	border-color: #000000;
	font-size: 18px;
	font-style: normal;
}

.count_test {
	font-family: "Comic Sans MS";
	background-color: orange;
	position: absolute;
	left: 5px;
	top: 5px;
	color: black;
        border-style: double solid;
        border-width: medium;
	border-color: #000000;
        padding: 3px;
	text-align: center;
	font-size: 16px;
}

#copyright {
	font-family: "Comic Sans MS";
	background-color: #FFFFFF;
	position: absolute;
	left: -140px;
	top: 700px;
	color: #FFFFFF;
	border-style: none;
	text-align: center;
	font-size: 10px;
}
