
	/* This is the css used in the moquette section */ 

body {
	background-color: #ffffcc;
	font-family:Arial,sans-serif;
}

a  {
	text-decoration: none 
}

a:hover {
	text-decoration: underline; 
	}

	
	
	a:visited:hover {color: chocolate;} /* specificity = 2,1 */
	a:link:hover {color: magenta;}   /* specificity = 2,1 */
	a:hover:active {color: cyan;}    /* specificity = 2,1 */

	
p, li, td {
	font-size: small; 
	padding-top:   5px;
	padding-left:  5px;	
	padding-right: 5px;
}
	
p.center	{
	text-align: center;
	}

p.foot	{
	color: navy;
	font-size: x-small; 
}

p.subnote	{
	color: navy;
	font-size: x-small; 
	text-align: right;
}

p.subnote_l	{
	color: navy;
	font-size: x-small; 
	text-align: left;
}

p.indent	{
	margin-left: 100px;
	margin-right: 100px;
}

td.label	{
	font-size: small;
	color: saddlebrown 
}

h1	{
	font: bold medium Georgia, serif;
	font-variant: small-caps; 
}

h1.navy	{
	text-align: center;
	color: navy; 
}

h2	{
	font: bold medium Georgia, serif
}
	
h2.center	{
	text-align: center; 
}

h3	{
	font-family: Georgia; 
	font-size: small; 
}

h3.navy	{
	color: navy; 
}

h3.red	{
	color: red; 
}
	
h3.center	{
	text-align: center; 
}

div.picl {
	float: left; 
	padding: 5px;
	font-size: x-small;
}

div.picl span {
	font-size: x-small; 
	color: navy; 
	display: block;
}

div.picr {
	float: right;
	padding:5px;
	font-size:x-small;
	clear: right;
}

div.picr span {
	font-size: x-small;
	color: navy; 
	display:block;
}

div.picc {
	float: none; 
	padding:5px;
	font-size:x-small;
}

div.picc span	{
	font-size: x-small; 
	color: navy; 
	clear:both;
	display:block;
}


td.ex0	{
	font-size: x-small;	text-align: center;	vertical-align: top;
	}








