#textpage, #textpage a { font-size: 12px; }

img { border: 1px solid #c1bba8; margin: 0; }
img:hover { border: 1px solid #f66; }

#textpage .clear { clear: both; margin-bottom: 10px; }

textarea { background: #f1f1f1; border: 1px solid #777; }
textarea:focus { background: #fff; }

select { background: #f1f1f1; border: 1px solid #777; }
select:focus { background: #fff; }

#textpage .center { text-align: center; }
#textpage .left { text-align: left; }
#textpage .right { text-align: right; }
#textpage .u { text-decoration: underline; }
#textpage .nb { white-space: nowrap; }

#textpage a { text-decoration: none; font-weight: bold; font-size: 11px; color: #456598; }
#textpage a:hover { color: #ad6337; }

#textpage p { margin: 1px; }
#textpage pre { margin: 4px 0; padding: 2px; border: 1px solid #333; background: #eee; }
#textpage hr { border: 0; border-top: 1px solid #333; margin-left: 40px; margin-right: 40px; }
#textpage strong { color: #676049; }
#textpage ul { list-style: disc; margin: 2px 2px 2px 25px; padding: 1px; }

q { font-style: italic; }
