body {
	background: url("background.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-color: white;
	font-family: Tahoma, Verdana, Arial, sans-serif;
}

a {
	color: red;
	font-weight : bold;
    	text-decoration: none;
}

a:hover {
	color: blue;
	font-weight : bold;
  	text-decoration: underline;
}
