@font-face {
	font-family: 'AnkaCoder-C75-b';
	src: url('../css/AnkaCoder-C75-b.ttf');
}

@font-face {
	font-family: 'AnkaCoder-C75-i';
	src: url('../css/AnkaCoder-C75-i.ttf');
}

@font-face {
	font-family: 'AnkaCoder-C75-r';
	src: url('../css/AnkaCoder-C75-r.ttf');
}


body {
	margin: 10px 10px;
	font-family: "AnkaCoder-C75-r";

}

article .name {}
article .name strong {font-size: 20px}

h1, h2, h3, h4 {font-weight: normal, font-family: "AnkaCoder-C75-b";}
h1 {clear: left; font-size: 3em;}
h2 {margin-top: 0;}
h3 {margin-bottom: 0.5em;}

header {
	display: none;
	}

blockquote {font-style: italic;}

small {display: block; max-width: 800px;}

img {max-width: 800px; max-height: 600px; margin-bottom: 0.5em}

#menu li.active {
		font-weight: bold;
	}

#menu li {
		list-style-type: none;
		margin: 0 0.7em 0 0;
		padding: 0;
		display: inline; 
		float: left;}

#menu ul {
		margin: 1em 0;
		padding: 0;
	}


#menu a {text-decoration: none; }

.meta {color: #6a6a6a;}

a {
		color: blue;
}

a:visited {
		color: blue !important;
		text-decoration: underline;
		
}

a:hover, a:active {
		color: #000;
		text-decoration: underline;
	}

.encarte {font-size: smaller; padding: 1.5em; border: 1px silver solid; margin: 0 0 3em 0; width: 60%;}

article {

	margin-top: 0px;
	padding: 0.5em 0 2% 0;
	max-width:800px;
	}

article ul {}

.hi { background: yellow; border-bottom: yellow 1px solid;}

caption, .edit {font-size: smaller}

.edit {display: none;g}

#columns {
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
   	-moz-column-count: 3; /* Firefox */
    	column-count: 3;
}

#columns ul {margin-top: 0;}


