/* CSS definition file containing site wide stylesheets */

.homelink:visited {
	color: rgb(128,128,128);
 	text-decoration: none 
}

.pied {
	font-family: "Trebuchet MS",  Tahoma,  Verdana,  Arial,  Helvetica,  Sans-serif;
 	font-size: 10px;
 	color: rgb(128,128,128)
}

.homelink:link {
	color: rgb(128,128,128);
 	text-decoration: none 
}

.form {
	color: rgb(128,128,128);
 	border: 1px solid rgb(128,128,128)
}