body { 
background: #dbdbff	
}


A { text-decoration: none; color: #663366}
A:hover { text-decoration: none; color: #000000; background: #c7c7f5 }
.texta { font: normal bold 10pt arial; color: #000000; word-spacing: 5; letter-spacing: 0px;}
.texta1 { font: normal bold 10pt arial; color: #000000; word-spacing: 5; letter-spacing: 0px; background: #dbdbff}
.textb { font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000; font-size: 10pt}
.textc { font-family:  sans-serif, Arial; color: #000000; font-weight: bold; font-size: 18pt}
.textc1 { font-family:  "Trebuchet MS", Arial; color: #845084; font-weight: bold; font-size: 18pt; text-shadow: 0px 0px 1px rgba(0, 0, 0, 1);}
.textd { font-family:  "Trebuchet MS", Helvetica, sans-serif, Arial; color: #590158; font-weight: bold; font-size: 14pt; letter-spacing: 1px}
.textd1 { font-family:  "Trebuchet MS", Helvetica, sans-serif, Arial; color: #845084; font-weight: bold; font-size: 16pt; letter-spacing: 1px}
.texte { font-family:  Arial; color: #000000; font-size: 8pt}
.textf { font-family:  Arial; color: #663366; font-size: 9pt; line-height:70%;}
.textg { font-family: sans-serif; color: #000000; font-size: 9pt}
.texth { font-family: Arial, Verdana, Helvetica, sans-serif; font-weight: bold; color: #111111; font-size: 9pt}

BLOCKQUOTE {
  text-align: left;
  border-style: outset;
  border-width: 3px;
  margin: 1.5em 3em 1.5em 3em;
  font: italic bold 12pt sans-serif;
  color: #88439e;
  background: #dbdbff;
  padding: 1.2em;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 1);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 1);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 1);
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
}

DIV.box {
  text-align: left;
  margin: 2em 10em 3em 3em;
  font: normal bold 12pt sans-serif;
  color: #88439e;
  background: #ffffff;
  padding: 1em;
  -webkit-box-shadow: 0px 0px 10px rgba(50, 50, 50, 1);
  -moz-box-shadow:    0px 0px 10px rgba(50, 50, 50, 1);
  box-shadow:         0px 0px 10px rgba(50, 50, 50, 1);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

IMG.radius {
  -webkit-box-shadow: 0px 0px 10px rgba(50, 50, 50, 1);
  -moz-box-shadow:    0px 0px 10px rgba(50, 50, 50, 1);
  box-shadow:         0px 0px 10px rgba(50, 50, 50, 1);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

IMG.radius2 {
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, .71);
  -moz-box-shadow:    0px 0px 5px rgba(0, 0, 0, .71);
  box-shadow:         0px 0px 5px rgba(0, 0, 0, .71);
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

.fatty { 
  font: normal bold 40pt "Trebuchet MS";
  color: #9900cc;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 1);
  position: absolute; 
  left: 35px;
  top: 16px;
}

.skinny { 
  font: normal bold 8pt Arial; 
  color: #000000; 
  letter-spacing: 2px; 
  position: absolute; 
  left: 73px; 
  top: 69px;
}