body {
padding-top: 0px;
margin-top: 0px;
background-image: url(Includes/bg.jpg);
background-repeat: repeat-x;
font-family: tempus sans itc, sans-serif;
}

p {
font-family: tempus sans itc, sans-serif;
color: #612861;
padding-left: 2px;
margin-left: 2px;
margin-right: 2px;
}
ul {
color: #612861;
}

ul li {
color: #612861;
}
tr {
color: #612861;
}

tr td {
color: #612861;
}
a {
color: #612861;
}

a:hover {
color: #612861;
text-decoration: none;
}

h1 {
font-family: tempus sans itc, sans-serif;
font-weight: bold;
text-size: 18px;
text-align: center;
color: #612861;
}

.topbord {
border-top: 1px solid #612861;
padding-top: 5px;
}

.regfran {
border-bottom: 1px dashed #612861;
margin-bottom: 1px;
}

#navigation {
   margin: 0;
   padding: 0;
   list-style-type: none;
}
#navigation li {
   margin-bottom: 5px;
}
#navigation a {
   background: #DECFDE;
   color: #000000;
   display: block;
   width: 150px;
   border-left: 5px solid #612861;
   padding-left: 10px;
   text-decoration: none;
}
#navigation a:hover {
   background: #612861;
   color: #DECFDE;
   text-decoration: none;
   border-left: 5px solid #DECFDE;
}

.splitter {
width: 100%;
border-top: 1px solid #000000;
}