html {
background: url(cosemus_BG.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

  .style1 {
	  text-align: center;
	  color:white;
	  font-family:Verdana
  }
  
  A:link {
	color:white;
	text-decoration:none;
	font-family: Verdana;
	
}
A:visited{
	color: white;
	text-decoration:none;
	font-family: Verdana;
}

A:hover {
	color: orange;
	text-decoration:none;
	font-family: Verdana;
	background-color: white;
}