
body { margin-left:0px;
       margin-top:0px;
       margin-right:0px;
       margin-bottom:0px;
       background-color:rgb(55,55,55);
       font-family:'Raleway';
       font-weight:300;
       font-size: 16px;
       color: #000000;
       -webkit-font-smoothing: antialiased;
       -webkit-overflow-scrolling: touch;
       -webkit-text-size-adjust: none; }

td.bgimg { background-image:url(img/back.jpg);
           background-repeat:no-repeat;
           background-position:center top; }

td.back { font-size: 14px;
          background-color:rgba(255,255,255,0.6);
          padding-left:10px;
          line-height: 2em; }

td.history { font-size: 14px;
             background-color:rgba(255,255,255,0.6); }

h1 { font-size: 1.75em; 
     color:rgba(255,255,255,0.8); 
     text-shadow:
     -1px -1px 0px #5c5c5c,
     1px -1px 0px #5c5c5c,
     1px 1px 0px #5c5c5c,
     -1px 1px 0px #5c5c5c,
     1px 2px 3px rgb(0, 0, 0);
     font-family:'Shadows Into Light', cursive;
     font-weight:bold; 
     margin-bottom:0px; }

h2 { font-family:'Raleway';
     font-weight:bold; 
     color:rgb(255,255,255); 
     margin-top:0;
     margin-bottom:0; }

h3 { font-size: 18px;
     font-weight:bold; 
     margin-top:0;
     margin-bottom:0;
     color: #FFF;
     color:rgb(255,255,255);
     -webkit-text-stroke: 1px #999; }

h4 { font-size: 15px;
     margin-top:0;
     margin-bottom:0;
     color: #FFF;
     color:rgb(255,255,255);
     -webkit-text-stroke: 1px #999; }

a { display:block;
    width:100%; 
    line-height:30px;
    text-decoration:none;
    color:rgb(0,0,0);
    background-color:transparent;
    -webkit-touch-callout:none;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    cursor: pointer; }

.touchstyle { background-color:rgba(255,255,255,0.4); }
.notouchstyle { background-color:transparent; }

a:active { color:rgb(0,0,0); }

a:visited { color:rgb(0,0,0); }

span.new { color:rgb(255,150,0); }

div.copy { font-size: 12px; }

span.menu { background-color:rgba(0,0,0,0.2);
            position: fixed;
            top: 30px;
            right:5%;
            font-size: 16px;
            padding: 5px 5px 5px 5px;
            width:30px;
            text-align:center; }

span.color { color:rgb(255,255,255); }

span.nolink { color:rgb(140,140,140); }

li.align { text-align:left;
           padding-top:7px;
           padding-bottom:7px; }