/* MAY-LI KHOE - CSS */


/* GENERAL */

html {
margin: 0; 
padding: 0;
}

body {
margin: 0; 
background: #e9e9e9;

}


p { 
	padding: 1.6em;	 
	font-size: 15px; 
	line-height: 17px;
	font-family: DINNextLTPro-Regular, "Helvetica Neue"; 
	font-weight: normal;
	font-style: normal;
	color: #3e3e3e;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

h1
{
	padding: 1.6em;	
	font-size: 17px; 
	line-height: 25px;
	text-decoration: none;
	font-family: DINNextLTPro-Light, "Helvetica Neue"; 
	font-weight: bold;
	font-style: normal;
	color: #585858
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	margin-bottom: 0px;
	letter-spacing: 0pt;
	margin-left: -3pt;
	border-top: 1px solid {color:#CCCCCC};
    border-bottom: 1px solid {color:#CCCCCC};
}


a:link {color:#585858; text-decoration:underline;}      /* unvisited link */
a:visited {color:#585858; text-decoration:underline;}  /* visited link */
a:hover {color:#ff00fe; text-decoration:underline;}  /* mouse over link */
a:active {color:#585858; text-decoration:underline;}  /* selected link */

#abouttext
{
	max-width: 40em;
	margin-top: 50px;
    margin-bottom: 100px;
	margin-left: auto;
	margin-right: auto;
	font-family: DINNextLTPro-Regular, "Helvetica Neue";
	font-weight: normal;
	font-style: normal;
    letter-spacing: 0pt
	hyphens: auto;
	-webkit-hyphens: auto;
}

#chop
{
	margin-top: 40px;
	margin-left: 10%;
	margin-right: auto;
	width: 0px;
	height: 0px;
}


#outer {width:100%;height:20px;background:#00ffe4;}
