/*
  Basic Style Sheet for Anchiskhati Choir
*/
body 
     { font-family: Helvetica, sans-serif;
       font-size: 15px;
       background-color: black;
       background-image: url("../images/bw5.jpg");
       background-repeat: no-repeat;
       color: white;
     }
     
div.initialPrompt
     {
     	position: absolute;
     	top: 280px;
     	left: 365px;
     	width: 60px;
     	height: 22px;
     	background-color: black;
     }
     
div.seoText
     {
     	position: absolute;
     	top: -1000px;
     	left: -1000px;
     	width: 1px;
     	height: 1px;
     	z-index: -1;
     }
     
     
img.preload
     {
       border-width: 0;
       height: 0px;
       width: 0px;
     }
     
a
     {
       text-decoration: none;
     }
         
a:link
     {
       color: white;
       background: transparent;
     }
          
a:visited
     {
       color: white;
       background: transparent;
     }
     
a:hover
     {
       color: #ff9900;
       background: transparent;
     }
     
a:active
     {
       color: white;
       background: transparent;
     }
