/* ---------------- HTML Elements ---------------- */
body {
  background-color: #ffffff; color: #000000;
  margin: 0px; padding: 0px;
  font-family: 'Times New Roman', Times-Roman, Times, serif;
  text-align: center;
}
a:link { color: #0000ff; }
a:active { color: #00ff00; }
a:visited { color: #ff0000; }
h1 { text-decoration: underline; }
h2 { text-decoration: underline; }
table { margin-left: auto; margin-right: auto; }
img { border: 0px; margin: 0px; padding: 0px; }
dt { font-weight: bold; margin-top: 10px;  border-top: 2px solid #b9d2e3; }
blockquote {
  border-left-style: solid;
  border-left-width: thin;
  padding: 0px 0px 0px 10px;
}

/* ---------------- IDs ---------------- */
#wrapper {
  width: 750px;
  margin: 0px auto;
}
#main {
  width: 100%;
  text-align: left;
}
#footer {
  width: 100%;
  border: 2px solid #b9d2e3;
  margin: 10px 0px;
  clear: both;
}
#fotd-title {
  font-weight: bold;
  text-align: center;
}
#fotd-msg {
  text-align: left;
  height: auto;
  background-color: #ffffff;
  padding: 10px;
}
#fotd-link {
  text-align: center;
}
#fotd-Years td {
  border-bottom: 1px solid #000000;
}
#fotd-moLeft {
  height: auto;
  min-width: 358px;
  vertical-align: top;
  float: left;
  border-right: 1px solid #000000;
}
#fotd-moRight {
  height: auto;
  max-width: 358px;
  vertical-align: top;
  margin-left: 370px;
}
#fotd-PAR {
  width: 550px;
  text-align: left;
  white-space: pre;
  background-color: #ffffff;
  padding: 10px;
  margin: 0px auto;
  font: bold small 'Courier New', Courier, OCR, monospace;
}

/* ---------------- Classes ---------------- */
.msg {
  text-align: left;
  background-color: #ffffff;
  height: auto;
  padding: 10px;
  margin: 0px auto;
}
.gallery {
  width: 100%;
  margin-left: 0px;
}
.thumb { margin: 10px; }
.xsmall  { font-size: x-small; }    /* size=1 */
.small   { font-size: small; }      /* size=2 */
.medium  { font-size: medium; }     /* size=3 */
.large   { font-size: large; }      /* size=4 */
.xlarge  { font-size: x-large; }    /* size=5 */
.xxlarge { font-size: xx-large; }   /* size=6 */
.u { text-decoration: underline; }
.bi { font-weight: bold; font-style: italic; }
.bu { font-weight: bold; text-decoration: underline; }
.iu { font-style: italic; text-decoration: underline; }
.biu { font-weight: bold; font-style: italic; text-decoration: underline; }
.clr { clear: both; }
.red {color: #800000;}
.green {color: #008000;}
.blue {color: #000080;}
.yellow {color: #ffff00;}
.purple {color: #800080;}
.orange {color: #ff8000;}
.teal {color: #008080;}
.olive {color: #808000;}
.brown {color: #804000;}
.code { font-family: 'Courier New', Courier, OCR, monospace; }
.codeblk {
  margin: 0px 20px;
  padding: 3px 10px;
  border: 1px solid #000000;
  font-family: 'Courier New', Courier, OCR, monospace;
}
.email { unicode-bidi: bidi-override; direction: rtl }

