@charset 'utf-8';

/* These are just the general site styles. 
   It has nothing to do with ImageFlow
========================================== */
@media screen, projection, print {
	* { 

	}
	html {

	}
	body {
		/*  color: #fff;
		background-color: #ccc; */
		
	}
	a {
		color:#000000;
		font-size:15px;
		font-weight:bold;
		
	}

}
