a.encrypter { color: #ff0; }

table#email_encrypter {
width: 100%;
margin: 5px;
border: 1px solid #700;
background: #1010ff;
color: #fff;
font-size: 1em;
font-weight: 350;
text-align: left;
}

.selectall{
padding: 3px 6px 4px 6px;
text-decoration: none;
font: bold 13px Verdana;
color: navy;
background-color: #ffffaa;
border: 1px solid gray;
border-bottom-width: 0;
}

.selectall:hover{
border-color: black;
color: black;
background-color: #ffef97;
}

p#preview {
width: 100%;
margin-bottom: 3%;
text-align: center;
border: 1px solid red;
font-size: 110%;
padding: 5px;
}

ul#encrypter li{
list-style-type: none;
padding-bottom: 1px;
}

ul#encrypter li a{
margin-left: -3px;
padding: 3px 1px;
font-size: 12px;
display: block;
color: #449805;
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #ececec;
}

.codehighlight{ font-family: Arial; }

p#email { font-size: 1.1em; font-weight: 900; }

hr { width: 100%; height: 3px; border: 3px solid #008000; }
