/* Ludivine Cormier 14-jan-2005 */
body
{
	background-color: #6EA500;
	font-size: medium;
	font-family: times new roman;
	color: #195500;
	text-align: left
}/* body */

h1
{
	font-size: xx-large;
	font-family: gaslight;
	text-align: center
} /* h1 */

h2
{
	font-size: medium;
	font-family: pegasus;
	text-align: center
}

p
{	font-size: medium;
	font-family: times new roman;
	color: #195500
} /* p */

a
{
	color: #0F8800;
	text-decoration: none;
	font-size: large
}
a:visited
{
	color: #2D7300;
}
a:hover
{
	color: #0A6400;
} /* a */