body {
  margin: 0;
  padding: 0;
  font-family: 'Terminal Dosis Light', sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  text-align: center;

  background-repeat: repeat-x;
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#ffffff)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #eeeeee, #ffffff); /* Chrome 10+, Saf5.1+ */
  background-image:    -moz-linear-gradient(top, #eeeeee, #ffffff); /* FF3.6 */
  background-image:     -ms-linear-gradient(top, #eeeeee, #ffffff); /* IE10 */
  background-image:      -o-linear-gradient(top, #eeeeee, #ffffff); /* Opera 11.10+ */
  background-image:         linear-gradient(top, #eeeeee, #ffffff);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#eeeeee', EndColorStr='#ffffff'); /* IE6–IE9 */

}

.linkies { list-style: none; margin: 0; padding: 0; }
.linkies a {
       -moz-transition: all 0.3s ease-out;  /* FF4+ */
       -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
  -webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
      -ms-transition: all 0.3s ease-out;  /* IE10? */
          transition: all 0.3s ease-out;  
}

h1 {
         -moz-transition: all 1.0s ease-out;  /* FF4+ */
       -o-transition: all 1.0s ease-out;  /* Opera 10.5+ */
  -webkit-transition: all 1.0s ease-out;  /* Saf3.2+, Chrome */
      -ms-transition: all 1.0s ease-out;  /* IE10? */
          transition: all 1.0s ease-out;
          background-color: #ddd; 
          text-shadow: rgba(0,0,0,0) 0 0 0;
}
h1:hover { text-shadow: rgba(0,0,0,0.5) 0 10px 5px; }
h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #333; margin: 0px; padding: 0px; }
h1 { font-size: 300%; margin: 0.5em 0; }

a:link,
a:visited { color: #669; }
a:hover { color: #00f; }

