/* definitions CSS 1 */

/* balises de base */

p {
}

h1, h2, h3, h4, h5, h6 {
}

body {
background-color:#000000;
background:#000000;
}

body,td,th {
	color: #999999;
}

a:link {
	text-decoration: none;
	color:#C6CEDD;
}
a:visited {
	text-decoration: none;
	color:#C6CEDD;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
/* classes ex  <span class="greenboldtext">test</span> */


.greenboldtext{
  font-size: small;
  color: #008080;
  font-weight: bold;
}


