@charset "utf-8";

  body {
      background: #ffffff;
      margin: auto;
      padding: auto;
	  font-size: 12px;
	  color: #cccccc;
	  text-align: center;
      font-family: "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
    }
    
	
h1 {
        font-weight: normal;
        font-size: 150px;
          text-decoration: none;
		  color: #ED651A;
		  text-align: center;
		  vetical-align:center;
position:relative; top:40%;
margin-left: auto;
margin-right: auto;
    opacity: .3;

        }
		
		h1:hover {

    opacity: .9;

        }

