* {
	color: black;
	background-color: white;
	font-family: "Gill Sans", Helvetica, sans-serif;
}

.header {
  color: red;
  text-align: right;
  font-variant: small-caps;
  font-size: large;
  font-weight: bold;
  border: solid thin red ; 
  margin-left: 50%;
}

.body {
  margin-left: 2em;
  margin-right: 2em;
  margin-top: 4ex;
  margin-bottom: 2ex;
}

.footer {
  text-align: left;
  font-size: small;
  margin-left: 2em;
  border: solid silver;
  border-width: thin 0 0 0
}

.timestamp {
  text-align: right;
  font-family: Courier, monospace;
  font-size:small;
  color: rgb(100,100,180);
}

:link {color: rgb(80,80,80)}
:visited {color: black}

h1 {
  color: blue
}

td { /* for Netscape 4.77/Linux: font-family is not inherited from body... */
  font-family: sans-serif
}

th {
  font-family: sans-serif;
  font-weight: bold;
  background-color: silver
}

.pages {
	font-variant: small-caps;
	font-size: large;
	font-weight: bold;
	list-style: none
}
.modif {
	font-size: x-small;
	font-weight: normal;
	color:green;
}
.important {
	font-weight: bold;
	background-color: rgb(255, 160, 160);
	color: black
}
.comment {
	font-style: italic;
}

.validate {
	font-size: xx-small;
	font-weight: normal;
	color: silver;
	text-align: right;
}

pre, kbd {
	font-family: Courier, monospace;
	font-size: medium;
}

