HTML {
 width: 100%;
 height: 100%;
}

BODY {
 background: #000000 url(pics/bg.gif);
 background-repeat: repeat;
 color: #F3CE57; 
 margin: 0px;
 padding: 0px;
 width: 100%;
 height: 100%;
 text-align: justify;
 font-size: 12pt;
 font-family: 'Times New Roman', serif;
}

A {
 background-color: transparent;
 color: white;
 text-decoration: none;
 font-weight: bold;
}

A:hover { 
 background-color: transparent;
 color: #AF8760;
}

A:active { 
 background-color: transparent;
 color: #FFD700;
}

.Copyright {
 background-color: transparent;
 color: #F3CE57; 
 text-align: justify;
 font-size: 10pt;
}

.Center {
 text-align: center;
}

.Right {
 text-align: right;
}

TD {
 background-color: transparent;
 color: #F3CE57; 
 text-align: justify;
 font-size: 12pt;
 font-weight: normal;
}

TABLE.Copyright {
  width: 100%;
}

.MainTitle {
 background-color: transparent;
 color: #D3A273; 
 text-align: center;
 font-size: 22pt;
 font-weight: bold;
}

IMG {
 border: 0px;
}

.FntRED {
 color: red; 
 font-weight: bold;
}

.MightMagic {
 background-color: transparent;
 color: #AF8760; 
 font-weight: bold;
}

.Hit {
 visibility: hidden;
 overflow: hidden;
 width: 1px;
 height: 1px;
 position: absolute;
}

.FormaterTable {
 width : 100%;
}

.FormaterMarginCell {
 width : 50%;
}

.FormaterMainCell {
 width : 640px;
}

