
h1 {
	color: #ffffff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: .8em;
}
#welcome {
        position: relative;
        overflow: hidden;
        margin: 0;
        padding: 0;
        font-size: 150%;
        background-color: none;
        }
      #welcome, #welcome a, #welcome span {
        display: block;
		  text-indent: -1000px;
 
        }
      #welcome span {
        position: absolute;
        left: 0;
        top: 0;
        _cursor: hand;
        }
      #welcome a:hover span {
        background-position: 0 -28px;
        }

