/* style the main body */

body {
	background-color: #000000;
	text-align: center;
}

/* positioning elements */

#divmain {
	position: absolute;
	top: 28%;
	left: 50%;
	margin-top: -151.5px;
	margin-left: -222px;
	width: 444px;
	display: table;
}

.left { 
	text-align: left;
}

.left2 {
	text-align: left;
	color: #fff;
	font-family: verdana, arial, times, georgia;
	font-size: 10px;
}

.right {
	text-align: right;
}

.right2 {
	text-align: right;
	color: #fff;
	font-family: verdana, arial, times, georgia;
	font-size: 10px;
}

.middle {
	text-align: center;
}

.middle2 {
	text-align:center;
	color: #fff;
	font-family: verdana, arial, times, georgia;
	font-size: 10px;
}

/* GPG Public Key Parent Table */

/* verify data cell */

td.verify1 {
	font-family: verdana, arial, times, georgia;
	font-size: 9px;
	color: #fff;
	text-align:center;
	padding: 1px;
}

a.verify2:link {
	border-bottom: dotted 0px #3D3221;
	color: #fff;
	font-family: verdana, Geneva, arial, helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
}

a.verify2:visited {
	border-bottom: dotted 0px #3D3221;
	color: #FFFFFF;
	font-family: verdana, Geneva, arial, helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
}

a.verify2:hover {
	border-bottom: dotted 1px #0093dd;
	color: #0093dd;
	font-family: verdana, Geneva, arial, helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
}

/* left links */

a.leftlink:link {
	border-bottom: dotted 0px #3D3221;
	color: #FFFFFF;
	font-family: verdana, Geneva, arial, helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

a.leftlink:visited {
	border-bottom: dotted 0px #3D3221;
	color: #FFFFFF;
	font-family: verdana, Geneva, arial, helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

a.leftlink:hover {
	border-bottom: dotted 1px #0093dd;
	color: #0093dd;
	font-family: verdana, Geneva, arial, helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

/* right links */

a.rightlink:link {
	border-bottom: dotted 0px #3D3221;
	color: #FFFFFF;
	font-family: verdana, Geneva, arial, helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

a.rightlink:visited {
	border-bottom: dotted 0px #3D3221;
	color: #FFFFFF;
	font-family: verdana, Geneva, arial, helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

a.rightlink:hover {
	border-bottom: dotted 1px #0093dd;
	color: #0093dd;
	font-family: verdana, Geneva, arial, helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

/* w3c links */

a.w3c:link {
	border-bottom: dotted 0px #3D3221;
	color: #FFFFFF;
	font-family: verdana, Geneva, arial, helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

a.w3c:visited {
	border-bottom: dotted 0px #3D3221;
	color: #FFFFFF;
	font-family: verdana, Geneva, arial, helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

a.w3c:hover {
	border-bottom: dotted 1px #55B05A;
	color: #55B05A;
	font-family: verdana, Geneva, arial, helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

/* copyright */

.copyright {
	text-align:center;
	color: #fff;
	font-family: verdana, arial, times, georgia;
	font-size: 9px;
}

a.copy:link {
	border-bottom: dotted 0px #3D3221;
	color: #fff;
	font-family: verdana, Geneva, arial, helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
}

a.copy:visited {
	border-bottom: dotted 0px #3D3221;
	color: #fff;
	font-family: verdana, Geneva, arial, helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
}

a.copy:hover {
	border-bottom: dotted 1px #0093dd;
	color: #0093dd;
	font-family: verdana, Geneva, arial, helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
}
