BODY {
 color: #663300;
 font-family: "Comic Sans MS";
 font-size: 14px;
 text-align: justify;
 background-image: url(../pic/bg30.jpg);
 margin: 24px 24px 24px 0;
 width: 94%;
}
H4 {
 color: #DC143C;
 font-family: "Comic Sans MS";
 font-size: 32px;
 font-weight: bold;
 text-align: center;
 text-decoration: none;
 letter-spacing: 4px;
}
.txtC {
 background-color: #FFFFFF;
 color: #663300;
 font-family: "Comic Sans MS";
 font-size: 12px;
 text-align: center;
 text-decoration: none;
}
a.txtC:link    {color: #663300; text-decoration: none;}
a.txtC:visited {color: #663300; text-decoration: none;}
a.txtC:active  {color: #663300; text-decoration: none;}
a.txtC:hover   {color: #663300; text-decoration: none; font-weight: bold;}
.note {
 color: #aaaaaa; /* #663300; */
 font-family: "Arial";
 font-size: 10px;
 text-align: center;
 text-decoration: none;
 margin-top: 36px;
}
#underConstruction {
 position: relative;
 top: 200px;
 color: #DC143C;
 font-family: "Comic Sans MS";
 font-size: 18px;
 font-weight: bold;
 text-align: center;
 text-decoration: none;
}
#border {
 background-color: #ffffff;
 padding: 12px;
 height: 100%;
 vertical-align: top;
 border: 2px solid #cccccc;
}

