body {
   background-color:#F8ECC2;
   color:#000000;
   font-family: Verdana, Tahoma, Arial, \"Trebuchet MS\", sans-serif, Georgia, \"Times New Roman\", Serif;
   font-size: 12px;
   line-height: 140%;
}

a { text-decoration: underline; }

a:link { color:#FF0000; }
a:visited { color:#FF0000; }
a:active { color:#FF0000; }
a:hover { color:#FF0000; }

h1 { font-size: 24px; line-height: 100%; }
h2 { font-size: 18px; line-height: 100%; }
h3 { font-size: 15px; line-height: 100%; }
h4 { font-size: 13px; line-height: 100%; }
h5 { font-size: 12px; line-height: 100%; }

p.small { font-size: 9px; }

table.maintableindex {
}

td.title {
    text-align:center;
    border-left: 3px solid #000;
    border-right: 3px solid #000;
    border-top: 3px solid #000;
}

td.menu {
    width: 175px;
    border-left: 3px solid #000;
    border-top: 3px solid #000;
    border-bottom: 3px solid #000;
}

td.content {
    border-left: 3px solid #000;
    border-right: 3px solid #000;
    border-top: 3px solid #000;
    border-bottom: 3px solid #000;
}
td.contentindex {
    border-left: 3px solid #000;
    border-right: 3px solid #000;
    border-top: 3px solid #000;
    border-bottom: 3px solid #000;
}

td.blog {
   font-size: 11px;
    border-left: 3px solid #000;
    border-right: 3px solid #000;
    border-top: 3px solid #000;
    border-bottom: 3px solid #000;
}

pre {
    white-space: pre-wrap; /* CSS2.1 compliant */
    white-space: -moz-pre-wrap; /* Mozilla-based browsers */
    white-space: -o-pre-wrap; /* Opera 7+ */
}
