a:link    { color: red; text-decoration: underline; font-weight: bold; }
a:visited { color: red; text-decordation: underline; font-weight: bold; }
a:hover   { color: blue; text-decoration: underline; font-weight: bold; }

body { background-color: red; }
img { vertical-align: middle; }
img.me { border: solid red 1px; vertical-align: top; float: right; 
      margin: 0px 0px 0px 20px; }
p { text-align: justify; font-weight: bold; font-family: times, serif; font-size: 20px; }

.tablet { background-color: #FFF; width: 650px; border: solid black 1px;
          padding: 20px; }

pre.b { font-weight: bold; }
