/* definitions CSS 1 */

/* balises de base */

p {
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
}


body {
background-color:#FFFFFF;
background:#FFFFFF;
}

body,td,th {
	color: #000000;
}

a:link {
	text-decoration: none;
	color: #444444;
}
a:visited {
	text-decoration: none;
	color: #555555;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
/* classes ex  <span class="greenboldtext">test</span> */

