body {
background-image:url("solvejgdesign_fond4k5.png");
background-attachment:fixed;
}
a {
text-decoration: none; /* on dit que le lien n'est pas souligné */
color: red; /* et qu'il est rouge */ }
a:hover {
text-decoration: underline; /* le lien est souligné quand on le survole */
color: blue; /* et devient vert */ }
p {
	color:white;
	font-family:italic;
	font-size:200;
	size:200;
}

h1{
color:red;
font-family:italic;
font-size:300%;
text-align:center
}
h2{
color:white;
font-family:italic;
font-size:150%;
}

h3{
	color:white;
}

a{
  width: 50px;
}

