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

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

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

#header { /* right aligned */
  color: rgb(41,26,16); /* Sepia */
  background-color: rgb(255,255,242); /* rgb(102,255,102); Flora */ /*rgb(204,255,102);  Honeydew */ /*rgb(186,212,26);  Watercress */
  margin-left: 55%;
  width: 40%;
  padding: 0.5ex;
  position:fixed;
  border: solid thin green;
}

p.classinfo 
{
  text-align: right;
  font-variant: small-caps;
  font-size: large;
  font-weight: bold;
}

#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(41,26,16); text-align: right; }

h2 {
	color: rgb(41,26,16); 
	/*background-color: rgb(204,255,102); */
	margin-right:50%; 
	text-align: left; 
	padding: 0;
	border: dotted rgb(41,26,16);
	border-width: 0 0 thin 0;
}

a:link {color: rgb(80,80,80)}
a:visited {color: black}
a:hover {background:	rgb(186,212,26);}

table
{
	font-size: small;
	background-color: white;
}

th {
  font-weight: bold;
  background-color: rgb(204,255,102);
}

.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(237,24,30);
	font-weight: bold;
	font-size: larger;
}


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

p.navigation {
	font-size: smaller;
}

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

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