body {
  background-color: #d1d1c3;
  background: #d1d1c3;
  background-repeat: repeat;
  background-position: left;
  background-attachment: fixed;
}
body, div, td {
  color: #696969;
  font-size: 11px;
  font-family: verdana, arial, sans-serif; 
  letter-spacing:normal;
  cursor: default;
  line-height:15px;
  margin:0;
  text-align:justify;
}
a {
  color: #ffff00;
  font-family: verdana, arial, sans-serif; 
  font-size: 11px;
  font-weight: bold;
  text-transform: lowercase;
  text-decoration: none;
}
a:hover {
  color: #fdf07f;
  font-family: verdana, arial, sans-serif; 
  font-size: 11px;
  font-weight: bold;
  text-transform: lowercase;
  text-decoration: none;
}
.sidebar {
  padding: 0px 0px 0px 0px;
  text-align: justify;
}
h1 {
  color: #f4148e;
  font-family: helvetica, arial, sans-serif;
  font-weight: bold;
  font-style: none;
  font-size: 19px;
  text-align: left;
  text-transform: lowercase;
  letter-spacing: -1px;
}
h2 {
  color: #fdf07f;
  font-family: verdana, arial, sans-serif;
  font-weight: bold;
  font-style: none;
  font-size: 11px;
  text-align: left;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 0px;
  border-bottom: 1px dashed #e6dee4;
  letter-spacing: 1px;
  text-transform: uppercase;
}
b, B, bold, strong{
  color: #f4148e; 
  line-height: 7pt;  
  text-transform: uppercase; 
  font-family: verdana, sans-serif; 
  font-size:6pt; 
  letter-spacing: 0px
}

u, U, underline{
  color: #FD6746;
  text-align: justify; 
  line-height: 7pt; 
  font-size: 7pt; 
  font-family: tahoma, arial, sans-serif;
  letter-spacing: 0px; 
  border-bottom:2px solid #808080;
}

i, I, italic, em{
  color: #cb849e;
  text-align: justify; 
  font-size: 7pt; 
  line-height: 7pt; 
  font-family: georgia, times new roman, sans-serif; 
  letter-spacing: 0px
}

s, S, strike{
  color: #FC67B4;
  text-align: justify;
  font-family: tahoma, arial, sans-serif; 
  letter-spacing: 0px
}
#navlinks a {
  text-align: left;
  width: 90%;
  display: block;
  font-weight: bold;
  color: #f53768;
  border-left: 5px solid #fdf07f;
  border-bottom: 0px dashed #e6dee4;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 5px;
  margin-bottom: 2px;
  text-decoration: none;
  background-color: #ECEEEF;
}
#navlinks a:hover {
  color: #FC67B4;
  text-decoration: none;
  border-left: 5px solid #fdf07f;
  background-color: #7c7c6e;
}