html, body{ 
 font: 75% Verdana, Helvetica, Arial, sans-serif;
  color: #CCCCCC;
} 
.title {
  font-size: 75%;
  text-align: center;
  padding-top: 30px;
  line-height: 20px;
  color: #CCCCCC;
  padding: 10px;
  border: 1px solid rgb(0,0,0);
}
.captiontext {
  font-size: 14px;
  text-align: center;
  line-height: 20px;
  color: #CCCCCC;
  padding: 30px;
  border: 1px solid rgb(0,0,0);
  background-color: #000000;
}
.bodytext {
  font-size: 14px;
  text-align: left;
  line-height: 20px;
  color: #CCCCCC;
  padding: 30px;
  border: 1px solid rgb(0,0,0);
   background-color: #000000;
}
.hpl {
  font-size: 75%;
  text-align: center;
  padding-top: 30px;
  line-height: 20px;
  color: #CCCCCC;
  padding: 60px;
  border-top: 3px solid #333333;
  border-left: 3px solid #333333;
}
.hpr {
  font-size: 12px;
  text-align: center;
  padding-top: 30px;
  line-height: 20px;
  color: #CCCCCC;
  padding: 60px;
  border-top: 3px solid #333333;
  border-right: 3px solid #333333;
}
.hpb {
  padding: 0px;
  line-height: 1px;
  border-left: 1px solid #333333;
  border-right: 3px solid #333333;
  border-bottom: 3px solid #333333;
}
.links {
  font-size: 75%;
  text-align: left;
  padding-top: 30px;
  line-height: 20px;
  color: #CCCCCC;
  padding: 10px;
  border: 1px solid rgb(0,0,0);
}
.guestbook {
  font-size: 75%;
  text-align: left;
  padding-top: 30px;
  line-height: 20px;
  color: #CCCCCC;
  padding: 10px;
  border: 1px solid rgb(0,0,0);
}
.caption_text {
  font-size: 14px;
  text-align: center;
   line-height: 20px;
   color: #CCCCCC;
}
.big_header {
  font-size: 24px;
  text-align: left;
  letter-spacing: 12px;
  color: #888888;
}
.big_header_sub {
  font-size: 14px;
  text-align: left;
  letter-spacing: 4px;
  color: #888888;
}

.cat {
  font-size: 120%;
  text-align: left;
   padding: 10px;
   color: #69698E;
   background-color: #000000;
   border: 1px solid rgb(0,0,0);
}

.detail {
  font-size: 120%;
  text-align: center;
  padding-bottom: 50px;
  line-height: 40px;
  color: #888888;
}	

.thumb {
  font-size: 75%;
  text-align: center;
  line-height: 20px;
  color: #CCCCCC;
  background-color: #000000;
  border: 10px solid rgb(0,0,0)
}

A:link {
   text-decoration: none;
   color: #B9ADD5;
}
A:visited {
   text-decoration: none;
   color: #B9ADD5;
}
A:active {
   text-decoration: none;
   color: #B9ADD5;
}
A:hover {text-decoration: underline}

FORM {
 border: 1px solid #FFFFFF;
 padding: 5px;
}
INPUT {
   background-color: #CCCCCC;
   color: black;
   font-family: sans-serif;
   font-size: 11pt
}  
SELECT {
   background-color: #CCCCCC;
   color: black;
   font-family: sans-serif;
   font-size: 11pt
}  
TEXTAREA {
   background-color: #CCCCCC;
   color: black;
   font-family: sans-serif;
   font-size: 11pt
}  

.content_header{
text-align: center;
letter-spacing: 2px;
font-size: 18px;
   padding-top: 2px;
   margin: 4px;
   color: #CCCCCC;
   background-color: #222222;
   padding-left: 20px;
   padding-bottom: 4px;
}

.form_subm{
   text-align: center;
   padding: 4px;
}
.form_probl{
   color: #F26521;
   height: 30px;
   text-align: center;
   padding: 12px;
}

.form_label{
   text-align: right;
   padding: 6px;
}
.form_input{
   text-align: left;
   padding: 6px;
}

