html{
	font-family:cursive;
}

body{
	background-image : url('monki.gif');
	background-color:#ccf;
	letter-spacing:.1em;
}
p  {
	font-style:cursive;
	font-family:times,serif;
}	
	
	a:hover {color: #FF0000}

b.gras
{  
font-weight:bold
}

form
{
padding:3px;
border-radius:5px;
width:200px;
box-shadow:1px 2px #C0C0C0 inset;
}

table{
border-color:#0000FF;
}
 	
