a:link {text-decoration: none; color: white; }
a:visited {text-decoration: none; color: white; }
a:hover {text-decoration: none; color: white; }
a:active {text-decoration: none; color: white; }
    


body {
           font-family : helvetica, verdana, arial, "sans-serif";
           width : 600px;
           margin-left: 250px;
	       margin-right: auto;
      }

         
h1 { 
      	    width : 490px;
      	    padding-top : 60%;
      	    padding-bottom : 2%;
      	    font-size : 15px;
      	    font-weight : lighter;
      	    font-color : white; //#ccccff;
            letter-spacing : 10px;
         }
