/*--------------------------------------------------
Author: Alexander Ebrahim Schneider, www.alexome.com
---------------------------------------------------*/

/*Import stylesheets*/
@import url("http://www.shufflesome.com/master.css");
@import url("http://www.shufflesome.com/front.css");

/*Universal rules*/
body {
    background: #F5F5F5;
    text-align: left;
    color: #404040;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	font-size: 100%;
	font-size: 0.75em; /* 16x0.75=12 */
	line-height: 1.125em; /* 16×1.125=18 */
}