h1 { font-size : large ; font-family : helvetica; color : #9FEE00; text-align : left; }
h2 { font-size : large ; font-family : helvetica; color : #FFA473; text-align : left; }

body { 
  font-size : medium; 
  font-family:Verdana,Geneva,'DejaVu Sans',sans-serif; 
  color : #FFFF73; 
  background : #010101 url() fixed repeat; 
}

.zom {
  margin-left:auto;
  margin-right:auto;
  background: #111111;
  width : 40em;
  border: 1px dashed #808080;
  padding: 5px;
}

.ciphlabel {
}

.ciph {
  background-color:#111111;
  border:1px solid #808080;
  border-left:4px solid #808080;
  color:#FFFFFF;
}

#publickey p { 
  font-size : medium; 
  font-family : helvetica; 
  color : #FFFF00; 
  text-align : center; 
}

#footer p {
  font-size : xx-small;
  margin : 0;
}

#footer {
  border-top: 1px dashed #808080;
}

#header ol {
  padding:0;
  text-align:center;
  margin-top:0;
  #padding-bottom: 3px;
  #border-bottom: 1px dashed #808080;
}

#header ol li {
  display: inline;
  list-style-type: none;
  padding-right:10px;
}

a:link { text-decoration: none; font-weight: bold; color: #3CA0D0; }
a:visited { text-decoration: none; font-weight: bold; color: #3CA0D0; }
a:active { text-decoration: none; font-weight: bold; color: #3CA0D0; }
a:hover { text-decoration: none; font-weight: bold; color: #000000; background: #3CA0D0; }
