@charset "utf-8";


/*****************
	style.css	
******************

	the style.css stylesheet is intended to contain all 
	
	properties of the generic html-tags
	
*/

body
{
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 16px;
}

a
{
	color: #36c;
}

small
{
	font-size: 10px;
}