
/* ################ *
 * ## Posts Text ## *
 * ################ */


div.one a       { font-family: "Verdana", sans-serif; color: #000000; }
div.one a:hover { color: #444444; text-decoration: none; }


span.term, span.t {
 font-family: "Verdana", sans-serif;
 font-style: italic;
}


span.schar { /* Special Char: ... & " */
 font: 13px "Verdana", sans-serif;
}


div.note { /* Post Footer Note */
 font: 10px "Verdana", sans-serif;
}


p.box { /* Central Box */
 font: 12px "Lucida Sans Unicode", courier, sans-serif;
 border: solid 1px #6E6E6E;
 background: #CCCCCC;
 margin: auto;
 padding: 1em;
 width: 50%;
}


div.quote { /* Quoting */
 font: 14px "Georgia", sans-serif;
 border-left: 4px solid #666;
 padding-left: 4px;
 margin: 20px auto;
 width: 80%;
}


/* ## Images ## */

div.images {
 text-align: center;
}


img.draw {
 border: 1px solid #333333;
 padding: 4px;
}


img.draw-twol {
 border-top: 1px solid #333333;
 border-right: 0;
 border-bottom: 1px solid #333333;
 border-left: 1px solid #333333;
 padding: 4px;
}


img.draw-twor {
 border-top: 1px solid #333333;
 border-right: 1px solid #333333;
 border-bottom: 1px solid #333333;
 border-left: 0;
 padding: 4px;
}