body {
    color: #542583;
    font-family: Tahoma, Trebuchet MS, Georgia, Arial, Times New Roman;
    font-size: 8pt;
    background-color: #a65bbb;
    text-align: left;
}

html {
    scrollbar-3dlight-color: #a65bbb;
    scrollbar-arrow-color: #a65bbb;
    scrollbar-base-color: #a65bbb;
    scrollbar-darkshadow-color: #a65bbb;
    scrollbar-face-color: #542583;
    scrollbar-highlight-color: #a65bbb;
    scrollbar-shadow-color: #a65bbb;
    scrollbar-track-color: #a65bbb;
}

a:active {
    color: #a65bbb;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;   
}

a:link {
    color: #a65bbb;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}

a:visited {
    color: #a65bbb;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}

a:hover {
    color: #542583;
    font-weight: bold;
    text-decoration: underline;
    text-transform: uppercase;
    cursor: pointer;    
}

.header {
    border: 1px solid #542583;
    background-color: #bc84cc;
    color: #542583;
    font-size: 8pt;
    font-weight: bold;
    letter-spacing: 3pt;
    text-align: center;
    padding: 3px;
}

.stats {
    border: 1px solid #542583;
    background-color: #bc84cc;
    color: #542583;
    font-size: 8pt;
    text-align: center;
    width: 75%;
}

.imgstyle {
    border-bottom: 2px solid #542583;
    background-color: #bc84cc;
    padding: 3px;
}

.foot {
    border-top: 1px dotted #542583;
    color: #542583;
    font-size: 10px;
    text-align: center;
}

.navigate {
    color: #542583;
    font-size: 7pt;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: -10px;
}

.navigate a:link {
    display: block;
    border-bottom: 1px solid #542583;
    background-color: #bc84cc;
    color: #542583;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;    
    padding: 3px;
    margin-top: -10px;
}

.navigate a:active {
    display: block;
    border-bottom: 1px solid #542583;
    background-color: #bc84cc;
    color: #542583;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;    
    padding: 3px;
    margin-top: -10px;
}

.navigate a:visited {
    display: block;
    border-bottom: 1px solid #542583;
    background-color: #bc84cc;
    color: #542583;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;    
    padding: 3px;
    margin-top: -10px;
}

.navigate a:hover {
    display: block;
    border-bottom: 1px dashed #bc84cc;
    background-color: #542583;
    color: #bc84cc;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;    
    padding: 3px;
    margin-top: -10px;
}

table {
    color: #542583;
    font-size: 8pt;
    text-align: left;
}

b, i, strong, em {
    color: #542583;
    font-size: 8pt;
    text-transform: uppercase;
}

input, textarea, option, select { 
    font-family: Tahoma, Trebuchet MS, Georgia, Arial, Times New Roman;
    color: #542583;
    font-size: 8pt;
    border: 1px solid #542583;
    background-color: #bc84cc;
    padding: 2px;
}

option {
    border-top: 0;
}

.input3 {
    background-color: transparent;
    border: 0;
}

fieldset {
   border: 0;
   margin: 0 0 12px 0;
   padding: 2px;
}

fieldset label {
   float: left;
   width: 48%;
   margin-bottom: 9px;
}

fieldset input.input1, fieldset select {
   float: right;
   margin: 0 0;
   width: 50%;
   margin-bottom: 5px;
}

/* Updates */
.post {
  border: 0px;
}

.postdate {
   font-size: 17px; 
   line-height: 19.5px; 
   font-family:Georgia, Arial, Verdana;
   color: #542583;
   text-align: left;
   margin: 0 0 0 -6px;
   padding-left: 5px;
   padding-top: 5px;
}

.post p {
   margin: 5px;
   font: 12px/17px "trebuchet ms", tahoma; 
   letter-spacing: 0;
   text-align: left;
   color: #542583;
}


.entry {
   margin: 0;
   padding-bottom: 6px;
   border: 0px solid #542583;
   z-index: 3;
}

p.postmetadata { 
   margin: 0;
   padding: 5px;
   font-size: 11px;
   font-style: italic;
   text-align: right;
   background-color: #ffffff;
   color: #542583;
}

/* Updates Pagination */
.pagination a, .pagination a:link, .next a:link {
    padding: 2px 4px 2px 4px;
    margin: 2px;
    text-decoration: none;
    color: #542583;
    background-color: #bc84cc;
}

.pagination a:visited, .pagination a:active, .next a:visited, .next a:active {
    padding: 2px 4px 2px 4px;
    margin: 2px;
    text-decoration: none;
    color: #542583;
    background-color: #bc84cc;
}

.pagination a:hover {
    color: #bc84cc;
    background-color: #542583;
 }

.pagination span.pages {
    padding: 2px 4px 2px 4px;
    margin: 2px;
    font-weight: bold;
    color: #542583;
    background-color: #bc84cc;
}

.pagination span.current {
    padding: 2px 4px 2px 4px;
    margin: 2px;
    font-weight: bold;
    color: #bc84cc;
    background-color: #542583;
}

.pagination span.extend {
    padding: 2px 4px 2px 4px;
    margin: 2px;
    color: #bc84cc;
    background-color: #c5c5be;
}
