@charset "iso-8859-1";
/*  author:  Gilles Samuelson
/* Creation date: 12/1/2004 */

body{ 
	background-color: #ddf7df;
	color: #29302C;
    font-family: Verdana, Tahoma, Arial, Sans-Serif;

}

a:link       { text-decoration: none; color: #6F7D73; }
a:active     { text-decoration: none; color: #6F7D73; }
a:visited    { text-decoration: none; color: #6F7D73; }
a:hover      { text-decoration: underline; color: #5C6961; }


.copyright{ 
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	font-size: 10px;  
	color: #000000;
}

