body {
  background-color: #000000;
  text-align: center;
}

input, textarea, select {
  background-color: #000000;
  color: #CDCDCD;
  border: 1px solid #CDCDCD;
}


#container {
  width: 650px;
  margin: 0 auto 0 auto;
}

#image {
  width: 650px;
}

#navigation {
  background-color:#000000;
  width: 650px;
  text-align: left;
}

#navigation a {
  color: #CDCDCD;
  FONT-FAMILY: Tahoma, Verdana, serif ;
  font-size: 8pt;
  font-weight: bold;
  border: 0px;
}

#navigation a:hover {
   background: #000000;
   color: #5C656B;
}

#content {
  width: 100%;
  height: 100%;
  background-color: #000000;
  padding: 0px;
  margin-top: 10px;
}

blockquote {
  background-color: #5C656B;
  color: #CDCDCD;
  border-bottom: 3px solid #01273B;
  font-size: 10pt;
  FONT-WEIGHT: normal;
  FONT-FAMILY: "Times New Roman", Verdana, serif ;
}

a:link {
  font-weight:bold;
  color:#087CBC;
  text-decoration:none;
  letter-spacing: 3px;
}

a:visited {
  font-weight:bold;
  color:#087CBC;
  text-decoration:none;
  letter-spacing: 3px;
}

a:focus {
  font-weight:bold;
  color:#087CBC;
  text-decoration:none;
  letter-spacing: 3px;
}

a:hover {
  font-weight:bold;
  color:#CDCDCD;
  text-decoration:none;
  letter-spacing: 3px;
  border-bottom: 2px solid #087CBC;
}

a:active {
  font-weight:bold;
  color:#087CBC;
  text-decoration:none;
  letter-spacing: 3px;
}

.affis {
  margin: 2px;
}

.important{
 font-size: 10pt;
 color: #ADE5FF;
 font-style: italic;
 FONT-WEIGHT: normal;
 FONT-FAMILY: "Times New Roman", Verdana, serif ;
 text-align: left;
}

.show_sort_list {
  list-style-type: square;
  font-size: 8pt;
  color: #CDCDCD;
  FONT-FAMILY: Tahoma, Verdana, serif;
  text-align: left;
}

ul {
  list-style-type: square;
  font-size: 8pt;
  color: #CDCDCD;
  FONT-FAMILY: Tahoma, Verdana, serif;
  text-align: left;
}

p {
  font-size: 10pt;
  color: #CDCDCD;
  font-weight: normal;
  font-family: "Times New Roman", Verdana, serif ;
  text-align: left;
  padding-left: 5px;
}

.sizes {
  font-size: 10pt;
  color: #CDCDCD;
  font-weight: normal;
  font-family: "Times New Roman", Verdana, serif ;
  text-align: center;
  padding: 5px;
}

img {
  border: 0px;
}

h1 {
  font-size: 13pt;
  font-family: "Times New Roman", Verdana, serif;
  text-align: left;
  letter-spacing: 5px;
  border-top: 2px solid #5C656B;
  color: #5C656B;
  margin-bottom: -10px;
  padding-left: 3px;
}

h2 {
  font-size: 10pt;
  font-family: Verdana, Tahoma, serif;
  text-align: left;
  border-bottom: 2px dotted #5C656B;
  color: #CDCDCD;
  padding-left: 4px;
}