html {
margin: 0px;
padding: 0px;
}
body {
background-image: url("http://demandred.dyndns.org/daily/work/images/backnewsfrench9.jpg");
background-repeat: repeat;
background-position: center center
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: 100%;
font-family: Tahoma, Geneva, sans-serif;
}
a:link {color:#082e58; text-decoration: none; font-weight:normal;}
a:visited {color:#082e58; font-weight:normal; text-decoration:none;}
a:hover {color:#0004c8;}