/* common formats */
body, a, td, p, h1, input, select, pre {
  font-family : Arial, helvetica, sans-serif;
  color : #000000; /* black */
}

/* default font size */
body, a, td, p, input, select, pre {
  font-size : 10pt;
}

/* textarea */
textarea {
  font-family : Courier New, Courier, monospace;
  font-size : 10pt;
}

/* fix the background image */
body {
  background-color : #000000;
  background-image : url(./images/background.gif);
  background-attachment : fixed;
}

/* do not underline links */
a { text-decoration : none; }

/* normal link */
a:link { color: #FF0000; }

/* visited link */
a:visited { color: #DD0000; }

/* active link */
a:active { color: #FF4444; }

/* mouse over link */
a:hover { color: #FF3333; }

/* navigation tables */
.navtable {
  font-weight : bold;
  font-size : 8pt;
}

/* copyright */
.copyright {
  font-size : 8pt;
  color : #FF0000; /* red */
}

/* page caption */
.caption {
  font-size : 12pt;
  font-weight : bold;
  color : #FF0000; /* red */
}

/* small (8pt) font size*/
.small { font-size : 8pt; }

/* bigger (12pt) font size */
.bigger { font-size : 12pt; }

/* guestbook name */
.gbname {
  font-size : 8pt;
  border-bottom : 1px solid #000000;
}

/* guestbook content */
.gbcontent {
  font-size : 8pt;
  border-left : 1px solid #000000;
}

/* 3D caption of an article in the shop */
.shoparticlehead {
  font-size : 10pt;
  color: #FFFFFF;
  background-color: #FF0000;
  border-left: 1px solid #FF9999;
  border-top : 1px solid #FF9999;
  border-right: 1px solid #330000;
  border-bottom: 1px solid #330000;
}

/* black border around article in the shop */
.shoparticle {
  border : 1px solid #000000;
}

/* sunken 3D border for image of article.
   dotted border on the right */
.shopimage {
  border-left: 1px solid #330000;
  border-top : 1px solid #330000;
  border-right: 1px dotted #FF9999;
  border-bottom: 1px solid #FF9999;
}

/* sunken 3D border for description of article.
   dotted border on the left */
.shopdescription {
  border-left: 1px dotted #330000;
  border-top : 1px solid #330000;
  border-right: 1px solid #FF9999;
  border-bottom: 1px solid #FF9999;
}

.shopsunken {
  border-left: 1px solid #330000;
  border-top : 1px solid #330000;
  border-right: 1px solid #FF9999;
  border-bottom: 1px solid #FF9999;
}

/* dark border right and bottom */
.shopcdtitle {
  font-size: 8pt;
  border-bottom: 1px solid #330000;
  border-right : 1px solid #330000;
}

/* dark border at bottom */
.shopcdyear {
  font-size: 8pt;
  border-bottom: 1px solid #330000;
}

/* 3D price area of article in the shop */
.shoparticletail {
  font-size : 10pt;
  background-color: #FFD0D0;
  border-left: 1px solid #FF9999;
  border-top : 1px solid #FF9999;
  border-right: 1px solid #330000;
  border-bottom: 1px solid #330000;
}

/* medium dark border right and bottom */
.shoporder1 {
  font-size: 8pt;
  border-bottom: 1px solid #CDCDCD;
  border-right : 1px solid #CDCDCD;
}

/* medium dark border at bottom */
.shoporder2 {
  font-size: 8pt;
  border-bottom: 1px solid #CDCDCD;
}

/* 3D price area of article in the shop - small font*/
.shoparticletailsmall {
  font-size : 8pt;
  background-color: #FFD0D0;
  border-left: 1px solid #FF9999;
  border-top : 1px solid #FF9999;
  border-right: 1px solid #330000;
  border-bottom: 1px solid #330000;
}