
/* Mes CSS */
body { font-family: Arial, Helvetica, sans-serif; color: #CCCCCC; font-size: 12px; text-align: center;}

h1 { font-size: 18px; color: white;}
h2 { font-size: 16px; color: white;}
h3 { font-size: 14px; color: white;}

a { color: #ffffff; text-decoration: none; border: 0px;} 

a:visited { color: #ffffff; }

img { border: 0px;} 

a:hover { 
    text-decoration: underline;
	color: #ff0000;
} 

.klod {
	font-size: 9px;
	text-align: center;
	color: white;
}

.klod a {
	text-decoration: none;
	color: white;
} 

.klod a:visited { 
	color: #CCCCCC;
}

.klod a:hover { 
    text-decoration: underline;
	color: #ff0000;
} 