
html,body 
         {
  margin: 0px;
  overflow: hidden;
  background-attachment: fixed;
  color: #FFFFFF;
}

a:link 
       {
	color:  #FFFF00;
	text-decoration: none;
}

a:visited 
      {
	color: #FF00FF;
	text-decoration: none;
}

a:active 
      {
	color: #FF00FF;
	text-decoration: none;
}

a:hover 
       {
	color: #FF00FF;
	text-decoration: underline overline;
}

