a:link {
    color: navy;
    text-decoration: none;
}

a:visited {
    color: purple;
    text-decoration: none;
}

a:hover {
    color: red;
    text-decoration: underline;
}

body {
    background-color: #E6CD99;
    font-family: Verdana, Geneva, Arial, sans-serif;
    font-size: 13px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

h1 {
    font-size: 21px;
}

h2 {
    font-size: 19px;
}

h3 {
    font-weight: bold;
    font-size: 17px;
    line-height: 17px;
}

img {
    border: none;
}

input[type=submit], input[type=reset] {
    background-color: navy;
    color: white;
    font-size: 11px;
    width: 180px;
}

table {
    font-size: 13px;
    font-family: Verdana, Geneva, Arial, sans-serif;
    margin-left: auto;
    margin-right: auto;
}

ul {
    margin-left: 14px;
    margin-top: 0px;
    padding-left: 0px;
}

.left {
   text-align: left;
}

.center {
   text-align: center;
}

.categorie {
    border-left: 1px dotted red;
    padding: 0px 0px 4px 4px;
    margin-bottom: 10px;
    text-align: justify;
}

.categorie span.title {
    border-bottom: 1px dotted red;
    display: block;
    margin-left: -3px;
    padding-bottom: 1px;
}

.date {
    text-decoration: underline;
}

.diaryheader, .wisdomheader {
    color: #FF0000;
    margin-bottom: 0px;
}

.diaryentry {
    border-top-style: dotted;
    border-top-color: #990000;
    margin-top: 0px;
}

.dotrules {
    border-bottom-color: #FF0000;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-top-color: #FF0000;
    border-top-style: dotted;
    border-top-width: 1px;
    padding-left: 5px;
}

.navyblue {
    color: navy;
}

.right {
   text-align: right;
}

.spacer {
    clear: left;
    height: 16px;
    width: 100%;
}

.sql {
    color: navy;
    margin-top: 0px;
}

.wisdom {
    border-color: #000000;
    border-style: dotted;
    border-width: 1px;
    margin-top: 0px;
    padding: 5px;
}

.wisdom h2 {
    background-color: #FFFFF3;
    color: #FF0000;
    display: inline;
    font-size: 13px;
    margin-bottom: 0px;
    margin-left: 5px;
    padding: 0px 5px 0px 5px;
    position: relative;
    top: -14px;
}

.wisdom p {
    margin-bottom: 0px;
    margin-top: 0px;
}

img.fleft {
    float: left;
    margin-right: 5px;
}

img.fright {
    float: right;
    margin-left: 5px;
}

p.tothetop {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 10px;
    margin-top: 0px;
    text-align: right;
}

#content {
    font-family: Verdana, Geneva, Arial, sans-serif;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
}

#content p {
    line-height: 20px;
}

#header {
    background-color: #000077;
    height: 95px;
    text-align: left;
    width: 100%;
}

.simg {
    padding-left: 20px;
    padding-top: 10px;
}

#footer {
    background-color: #000077;
    clear: both;
    color: white;
    font-family: Verdana,Geneva,Arial,sans-serif;
    font-size: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
    text-align: center;
    width: 100%;
}

#footertext {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    width: 430px;
}

#container {
    float: left;
    margin-right: -200px;
    width: 100%;
}

#navigation {
    float: left;
    font-weight: bold;
    padding: 5px;
    text-align: right;
    width: 190px;
}

#content {
    background-color: #FFFFF3;
    border-left: 1px dotted red;
    margin-left: 200px;
    margin-right: 200px;
    padding: 10px;
    text-align: justify;
}

#news {
    float: right;
    padding: 5px;
    width: 190px;
}

#wrapper {
    float: right;
    width: 75%;
}
