body         { color: black;
               font-family: Arial;
               font-size: 12pt;
               background-color: #339999;
               position: relative;
	       white-space: nowrap; }

h1           { font-family: monospace;
               font-size: xx-large }

.ps2 h1      { color: #003399; }

.xbox h1 { color: green; }

.pc h1       { color: black; }

.gamecube h1 { color: cdcdcd; }

.other h1    { color: #993300; }

/* FILTERS should (must) have a width set on the element */

h1.name      { position: relative;
               width=100%;
               filter: dropshadow(color=#606060); }

h1.page      { color: white;
               position: absolute;
               left: 110px;
               top: 45px;
               /* filter: blur (strength=10); */ }

h1.want      { position: absolute;
               left: 85px;
               top: 30px;
               padding: 1em;
               width: 40%;
               color: yellow;
               filter: glow (color=red, strength=8); }

a:link { font-weight: bold;
         color: blue; }

a:visited { font-weight: bold;
            color: #0033BB; }

a:hover:focus { font-weight: bold;
                color: yellow; }

.games       { position: absolute;
               left: 2em;
               top: 10em;
               font-family: monospace;
               font-size: 12pt; } 

.prices      { position: absolute;
               left: 30em;
               top: 10em;
               line-height: 1.2em; }

.wait        { position: absolute;
               left: 41em;
               top: 10em; }

div.todayDate { position: absolute;
                left: 20em;
                top: 2em;
                width: 40%; }

div.birthdayDate { position: absolute;
                   left: 20em;
                   top: 3.4em;
                   font-weight: bold;
                   width: 40%; }

div.countdownB { position: absolute;
                 left: 20em;
                 top: 3.8em;
                 color: yellow;
                 font-weight: bold;
                 width: 100%;
                 padding: 1em;
                 filter: glow (color=red, strength=5);
                 width: 50%; }

div.christmasDate { position: absolute;
                    left: 20em;
                    top: 6.3em;
                    font-weight: bold;
                    width: 40%; }

div.countdownX { position: absolute;
                 left: 20em;
                 top: 6.7em;
                 color: yellow;
                 font-weight: bold;
                 width: 100%;
                 padding: 1em;
                 filter: glow (color=red, strength=5);
                 width: 50%; }

div.wanted { width: 70%;
             color: yellow;
             font-weight: bold;
             padding: 0.05em;
             filter: glow (color=red, strength=4); }

div.gamerCard { position: absolute;
                left: 20em;
                top: 12em; }