/* Common definitions */
body { background-color: #333;}
h1 { font-size: x-large; text-decoration: none; background-color: #eee; border: .2em solid #222;
     padding: .5em; margin: .5em; text-align: center; }
p a  { font-size: x-large; text-decoration: none; display: inline-block; float: left;
     background-color: #eee; border: 2px solid #fff; padding: .5em; margin: .5em;
     border-radius: 1em; box-shadow: .5em .5em .5em black; }

/* Divs and Spans*/
#ContentDiv { position: static; }


