html {
	color: black;
	background-color: white;
}

* {
	color: inherit;
	background-color: transparent;
}

body {
	font-family: "Gill Sans", "Myriad", sans-serif;
}

#header { /* right aligned */
  color: rgb(0,40,80);
  text-align: right;
  font-variant: small-caps;
  font-size: large;
  font-weight: bold;
  background-color: rgb(240,240,255);
  margin-left: 50%;
  padding: 0.5ex;
}

#content {
  margin-left: 2em;
  margin-right: 0;
  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
}

h1 {color: rgb(0,40,80); text-align: right; }

h2 {color: rgb(250,250,100); background-color: rgb(0,50,100); margin-right:0; text-align: left; padding: 0;}

a:link {color: rgb(80,80,80)}
a:visited {color: black}
a:hover {background:	rgb(200,200,255);}

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

.modif {
	font-size: x-small;
	font-weight: normal;
	color: rgb(0,100,50);
}

.important {
	font-weight: bold;
	background-color: rgb(255, 160, 160);
	color: black;
	margin-right:50%;
}
.comment {
	font-style: italic;
}

.tick {
	color: rgb(250,0,100);
	font-weight: bold;
	font-size: larger;
}


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

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

@media print {
	p.validate, p.goback {display: none;}	
}
