body {
	background:lightblue;
	color:darkgreen;
	margin:0.4cm;
	font-family:"Georgia",Courier,monospace;
	font-size:medium;
}

body.band {
	margin:0cm;
}

h1,h2,h3,h4,h5 {
 	font-family:"Comic Sans MS",Arial,Helvetica,sans-serif;
	color:blue;
	clear:both;
}

h1 {
	color:aqua;
	text-align:center;
	background-color:#191970;
}

h2 {
	color:lime;
	text-align:center;
	background-color:#BA55D3;
}

h3 {
	color:yellow;
	background-color:fuchsia;
}

.dof {
	color:gray;
}

.klr {
	color:#ff00ff;
}

.red {
	color:#ff0000;
}

p {
	font-family:"Verdana","Times New Roman",serif;
	font-size:10pt;
}

p.kader {
	text-align:center;
	background-color:bleu;
}

ol {
	list-style-type:decimal;
	font-family:"Serifa BT","New York",serif;
	/*font-size:xx-small;*/
}

ol.roman {
	list-style-type:upper-roman;
}

ul {
	list-style-type:square;
	font-family:"Verdana",sans-serif;
	font-size:x-small;
}

dl {
	border-style:groove;
	padding:5px;
	font-family:fantasy;
	font-size:large;
	font-weight:700;
	letter-spacing:2px;
	color:maroon;
}

dd {
	font-size:smaller;
	color:olive;
}

A:link {
	color:orange;
	text-decoration:underline;
}

A:hover {
	font-weight:bold;
	color:olive;
	font-size:120%;
}

A:active {
	color:maroon;
	font-size:120%;
}

A:visited {
	color:"Green Copper";
	/*font-size:85%;*/
}

hr {
	width:65%;
	color:teal;
	line-height:6px;
}

.floatL {
	float:left;
}

.floatR {
	float:right;
}

.font {
	font-size: 6pt;
	color:darkbleu;
}

.center {
	text-align:center;
	font-size:25pt;
	font-weight:bold;
	color:"#cc9900";
}

.conga {
	font-family:"Conga";
	font-size:15pt;
}

.chevara {
	font-family:Chevara;
	font-size:27pt;
	font-weight:bold;
	text-align:center;
	color:"#D9D919";
	background:darkblue;
	border:thin,ridge,yellow;
}

.chevarake {
	font-family:Chevara;
	font-size:15pt;
	font-weight:bold;
	text-align:center;
	color:"#D9D919";
	background:darkblue;
}