<STYLE type="text/css">

A:active {
	text-decoration: none;
	font: 12px/15px arial, sans-serif;
	text-align: left;
	color : Blue;
}
A:link {
	text-decoration: none;
	font: 12px/15px arial, sans-serif;
	text-align: left;
	color : Blue;
}
A:visited {
	text-decoration: none;
	font: 12px/15px arial, sans-serif;
	text-align: left;
	color : Blue;
}
A:hover {
	text-decoration: none;
	font: 12px/15px arial, sans-serif;
	text-align: left;
	color : Navy;
}

/* HEADERS */

h1{
	font-size: larger;
	text-align : center;
}
h2{
	font-size: small;
	text-align : center;
}

/* Regular text */

LI, p {
	font: 12px/15px arial, sans-serif;
	text-align: justify;
}

/* The same */
.text {
	font: 12px/15px arial, sans-serif;
	text-align: justify;
}

.smalltext {
	font: 10 px arial, sans-serif;
	text-align: justify;
}

/* Image captions */
.imcaption{
	font: 900 10px arial, sans-serif;
	text-align: justify;
}

/* Signature on the bottom of each pages */
.sign{
	font: 11px arial, sans-serif;
	text-align: center;
}

/*Useful */
.signjustify{
	font: 11px arial, sans-serif;
	text-align: justify;
}

/* Inscription on the top of the page */
.head{
	font: bold 10px arial, sans-serif;
	text-align: center;
	color : Navy;
}

#center {
	text-align: center;
}

#justify {
	text-align: justify;
}

#left {
	text-align: left;
}

#red {
	color: Red;
}

#bold {
	font-weight : bold;
}

#boldcenter{ font-weight: bold;
text-align: center;
 }
 
 #underlined{
	text-decoration: underline;
}

/* klonsv.css
h1{	font-size: larger;}
h2{
	font-size: small;
}

.text{
	font: x-small Arial, Helvetica, sans-serif;
	text-align : justify;
}

.textcenter{
	font: x-small Arial, Helvetica, sans-serif;
	text-align : center;
}

.imcaption{
	font: xx-small Arial, Helvetica, sans-serif;
	text-align : center;
}

.data
{
	font: x-small Arial, Helvetica, sans-serif;
	text-align : justify;
	color: Navy
}

.presentlink {
	font-family: "Times New Roman", Times, serif;
	font-size : 11px;
	text-decoration : none;
}

.underlink { 
	color: Blue;
	font: x-small Arial, Helvetica, sans-serif;
	text-decoration : none;
}


#center {
	text-align: center;
}

#left
{ text-align: left; }

#bold{
	font-weight: bold;
}

#boldcenter{
 text-align: center;
font-weight: bold; }

#boldorange{
	font: x-small Arial, Helvetica, sans-serif;
	text-align : justify;
	color : #FF8040;
}
*/
</STYLE> 

