/* CSS de l'Organisation Tres Secrete, par Anubis Vlad Tepas */

/* General */

body { 
	background-color : #FFFFFF;
	background-image : url('images/bg.gif');
	background-position : left;
	background-repeat : repeat-y;
	font : normal small sans-serif;
	color : #333366;
}

h1 {
	font : bold x-large sans-serif;
	color : #330000;
}

h2 {
	font : bold large sans-serif;
	color : #330000;
}

a {
	font : bold small serif;
	color : #006699;
}

a.visited {
	font : bold small serif;
	color : #660000;
}

a.hover {
	font : bold small serif;
	color : #990000;
}

a.img {
	border: none;
}


