*{
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
	font-size: 1.025em;
	color: #666;
	line-height: 1.5em;

	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	text-align: center;
	
}

@font-face {
	font-family:'Title';
	font-style:normal;
	font-weight:200;
	src:url("http://www.apple.com/v/fonts/b/myriad/myriad-set-pro_thin.eot?") format("eot"), url("http://www.apple.com/v/fonts/b/myriad/myriad-set-pro_thin.woff") format("woff"), url("http://www.apple.com/v/fonts/b/myriad/myriad-set-pro_thin.ttf") format("truetype");
	/* Copyright (c) 1992 Adobe Systems Incorporated. All Rights Reserved. Myriad is a trademark of Adobe Systems Incorporated. */
}


body 		{padding: 50px;}

a 			{font-size: 1em; color: #08c; text-decoration: none; padding: 5px;}
a:hover 	{transition: color 0.35s ease-in-out; color:#8841d7;}

.hello		{font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 3em; line-height: .25em; font-weight:200; color: #333;}
.signed		{font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; color: #999;}

::selection {background: #0098ee; color: white;}