body {
background-color: #ccf;
background-image: url("fonnd.jpg");
font-family:cursive;

}
a:hover{
color:red;
}
table{
border-color: blue;
border-style: outset;
border-width: 3px;
}
p.gras{
font-weight:bold;
}
form{
padding:3px;
border-radius:5px;
width:200px;
box-shadow:1px 1px 2px #C0C0C0 inset;
}
