/*
Theme Name: menka
Theme URI: http://menka.be/
Description: WordPress theme for menka.be.
Version: 1.0
Author: Mathie Neven
Author URI: http://menka.be
Tags: blue, custom header, fixed width, two columns, widgets

*/


/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #fffff;
	text-align:center;
	text-decoration:none;
	}
	
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #0066CC;
	text-decoration: none;

}


/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	background-color: black;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	
	}

#tagcloud{
	width: 790px;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	text-align:justify;
	
	}
#tag{
	line-height:80%;
	}	
	


/* "#kmk" */
