@charset "iso-8859-1";
/* author: Clovis */
/* Creation date: 08/10/2001 */
       a {font-family: arial;
	      font-size: 10px;}
       a:link {text-decoration: none; color: rgb(0,0,255);}
       a:visited {text-decoration: none;}
       a:active {text-decoration: none;}
       a:hover {text-decoration: underline overline;
		background-color: rgb(255,255,255);
		color: rgb(255,0,196);}
				
	  	  body {font-family: arial;
	      font-size: 10px;
		  color: rgb(0,0,0);
		  background-image: url(/backgrounds/gr2.jpg);
		  background-repeat: repeat;
		  background-attachment: fixed;
		  border-color: rgb(255,0,196);
                  border-width: 4px;
                  border-style: double;
				  padding: 15px;}
	  
 p {    font-family: verdana, sans-serif;
        font-size: 10px; 
        margin:0px 0px 16px 0px;
        padding:0px;}