@charset "utf-8";

#page_header_gpg {
	position: relative;
	left: 140px;
	top: 10px;
	color: darkcyan;
	font-size: 24px;
	font-weight: bold;
}

#gnu {
	position: absolute;
	left: 495px;
	top: -30px;
}

#gnupg {
	position: absolute;
	left: -145px;
	top: -30px;
}

#fingerprint {
	position: relative;
	left: 0px;
	top: 20px;
}

#fingerprint_text {
	position: absolute;
	left: 15px;
	top: 260px;
	color: darkblue;
	font-size: 16px;
	font-weight: bold;
}

#public_key_header {
	position: absolute;
	left: 350px;
	top: 10px;
	color: darkred;
	font-size: 24px;
	font-weight: bold;
}

#public_key_asc {
	position: absolute;
	left: 10px;
	top: 60px;
	color: red;
	font-size: 16px;
	font-weight: bold;
}

#public_key_zip {
	position: absolute;
	left: 10px;
	top: 90px;
	color: cyan;
	font-size: 16px;
	font-weight: bold;
}



#revided_date {
	position: absolute;
	left: 0px;
	top: -40px;
	color: black;
	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_cryptohelp {
	position: absolute;
	left: 380px;
	top: -52px;
	font-family: "Comic Sans MS";
	background-color: #FFFDBB;
	padding: 3px;
	color: #03F;
	width: 160px;
	height: 22px;
	border: solid #888;
	border-color: #000000;
	font-size: 18px;
	font-style: normal;
}

#copyright_gpg {
	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;
}

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